Html Css Color HEX #A4C85B Conifer

📋 copy color: '#A4C85B'

red 164 ◦ green 200 ◦ blue 91

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

Shades of Conifer #A4C85B

Tints of Conifer #A4C85B

RGB

 RED value IS 164 (64.45% from 255) = 36.04%

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

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

R = 36.04%
G = 43.96%
B = 20%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#A4C85B (or 0xA4C85B) is known color: Conifer. HEX triplet: A4, C8 and 5B. RGB value is (164,200,91). Sum of RGB (Red+Green+Blue) = 164+200+91=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C85B is #5B37A4. Grayscale: #B1B1B1. Windows color (decimal): -5978021 or 6015140. OLE color: 6015140.

HSL color Cylindrical-coordinate representation of color #A4C85B: hue angle of 79.82º 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 #A4C85B is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 200 91 -
CMYK 0.18 0 0.54 0.22
HSL 79.82º 0.5% 0.57% -
HSV(B) 79.82º 0.55% 0.78% -
XYZ 37.85 49.96 17.55 -
YUV 176.81 79.57 118.86 -
System Red Green Blue C M Y K H S L
Decimal 164 200 91 0.18 0 0.54 0.22 79.82 0.5 0.57
Hex A4 C8 5B 12 0 36 16 50 32 39
Octal 244 310 133 22 0 66 26 120 62 71
Binary 10100100 11001000 1011011 10010 0 110110 10110 1010000 110010 111001

Color Harmonies of #A4C85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C85B

Black with #A4C85B

Text Example


Text Example

White with #A4C85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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