Html Css Color HEX #A6C85B Conifer

📋 copy color: '#A6C85B'

red 166 ◦ green 200 ◦ blue 91

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

Shades of Conifer #A6C85B

Tints of Conifer #A6C85B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.76%

 BLUE value IS 91 (35.94% from 255) = 19.91%

R = 36.32%
G = 43.76%
B = 19.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#A6C85B (or 0xA6C85B) is known color: Conifer. HEX triplet: A6, C8 and 5B. RGB value is (166,200,91). Sum of RGB (Red+Green+Blue) = 166+200+91=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C85B is #5937A4. Grayscale: #B1B1B1. Windows color (decimal): -5846949 or 6015142. OLE color: 6015142.

HSL color Cylindrical-coordinate representation of color #A6C85B: hue angle of 78.72º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6C85B is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 200 91 -
CMYK 0.17 0 0.54 0.22
HSL 78.72º 0.5% 0.57% -
HSV(B) 78.72º 0.55% 0.78% -
XYZ 38.27 50.17 17.56 -
YUV 177.41 79.24 119.86 -
System Red Green Blue C M Y K H S L
Decimal 166 200 91 0.17 0 0.54 0.22 78.72 0.5 0.57
Hex A6 C8 5B 11 0 36 16 4F 32 39
Octal 246 310 133 21 0 66 26 117 62 71
Binary 10100110 11001000 1011011 10001 0 110110 10110 1001111 110010 111001

Color Harmonies of #A6C85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C85B

Black with #A6C85B

Text Example


Text Example

White with #A6C85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C85B; }

 p { color: rgb(166,200,91); }

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

background-color css

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

 a { background-color: rgb(166,200,91); }

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

border-color css

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

 span { border-color: rgb(166,200,91); }

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