Html Css Color HEX #A4CB5E Conifer

📋 copy color: '#A4CB5E'

red 164 ◦ green 203 ◦ blue 94

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

Shades of Conifer #A4CB5E

Tints of Conifer #A4CB5E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.03%

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 35.57%
G = 44.03%
B = 20.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#A4CB5E (or 0xA4CB5E) is known color: Conifer. HEX triplet: A4, CB and 5E. RGB value is (164,203,94). Sum of RGB (Red+Green+Blue) = 164+203+94=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CB5E is #5B34A1. Grayscale: #B3B3B3. Windows color (decimal): -5977250 or 6212516. OLE color: 6212516.

HSL color Cylindrical-coordinate representation of color #A4CB5E: hue angle of 81.47º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4CB5E is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 203 94 -
CMYK 0.19 0 0.54 0.20
HSL 81.47º 0.51% 0.58% -
HSV(B) 81.47º 0.54% 0.8% -
XYZ 38.69 51.41 18.47 -
YUV 178.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 164 203 94 0.19 0 0.54 0.20 81.47 0.51 0.58
Hex A4 CB 5E 13 0 36 14 51 33 3A
Octal 244 313 136 23 0 66 24 121 63 72
Binary 10100100 11001011 1011110 10011 0 110110 10100 1010001 110011 111010

Color Harmonies of #A4CB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CB5E

Black with #A4CB5E

Text Example


Text Example

White with #A4CB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CB5E; }

 p { color: rgb(164,203,94); }

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

background-color css

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

 a { background-color: rgb(164,203,94); }

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

border-color css

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

 span { border-color: rgb(164,203,94); }

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