Html Css Color HEX #A6B14C Celery

📋 copy color: '#A6B14C'

red 166 ◦ green 177 ◦ blue 76

#A6B14C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #A6B14C

Tints of Celery #A6B14C

RGB

 RED value IS 166 (65.23% from 255) = 39.62%

 GREEN value IS 177 (69.53% from 255) = 42.24%

 BLUE value IS 76 (30.08% from 255) = 18.14%

R = 39.62%
G = 42.24%
B = 18.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A6B14C (or 0xA6B14C) is known color: Celery. HEX triplet: A6, B1 and 4C. RGB value is (166,177,76). Sum of RGB (Red+Green+Blue) = 166+177+76=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B14C is #594EB3. Grayscale: #A2A2A2. Windows color (decimal): -5852852 or 5026214. OLE color: 5026214.

HSL color Cylindrical-coordinate representation of color #A6B14C: hue angle of 66.53º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6B14C is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 177 76 -
CMYK 0.06 0 0.57 0.31
HSL 66.53º 0.4% 0.5% -
HSV(B) 66.53º 0.57% 0.69% -
XYZ 32.75 40.07 12.85 -
YUV 162.2 79.36 130.71 -
System Red Green Blue C M Y K H S L
Decimal 166 177 76 0.06 0 0.57 0.31 66.53 0.4 0.5
Hex A6 B1 4C 6 0 39 1F 43 28 32
Octal 246 261 114 6 0 71 37 103 50 62
Binary 10100110 10110001 1001100 110 0 111001 11111 1000011 101000 110010

Color Harmonies of #A6B14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B14C

Black with #A6B14C

Text Example


Text Example

White with #A6B14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B14C; }

 p { color: rgb(166,177,76); }

 H1.HeaderClassName
 {
   color: #A6B14C;
 }
 .AnyTagClassName
 {
   color: #A6B14C;
 }
</style>

background-color css

<style>
 a { background-color: #A6B14C; }

 a { background-color: rgb(166,177,76); }

 div.DivClassName
 {
   background-color: #A6B14C;
 }
 .BgClassName
 {
   background-color: #A6B14C;
 }
</style>

border-color css

<style>
 span { border-color: #A6B14C; }

 span { border-color: rgb(166,177,76); }

 td.TdClassName
 {
   border-color: #A6B14C;
 }
 .TagClassName
 {
   border-color: #A6B14C;
 }
</style>