Html Css Color HEX #A4CA5E Conifer

📋 copy color: '#A4CA5E'

red 164 ◦ green 202 ◦ blue 94

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

Shades of Conifer #A4CA5E

Tints of Conifer #A4CA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.91%

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

R = 35.65%
G = 43.91%
B = 20.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#A4CA5E (or 0xA4CA5E) is known color: Conifer. HEX triplet: A4, CA and 5E. RGB value is (164,202,94). Sum of RGB (Red+Green+Blue) = 164+202+94=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA5E is #5B35A1. Grayscale: #B2B2B2. Windows color (decimal): -5977506 or 6212260. OLE color: 6212260.

HSL color Cylindrical-coordinate representation of color #A4CA5E: hue angle of 81.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4CA5E is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 202 94 -
CMYK 0.19 0 0.53 0.21
HSL 81.11º 0.5% 0.58% -
HSV(B) 81.11º 0.53% 0.79% -
XYZ 38.45 50.94 18.4 -
YUV 178.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 164 202 94 0.19 0 0.53 0.21 81.11 0.5 0.58
Hex A4 CA 5E 13 0 35 15 51 32 3A
Octal 244 312 136 23 0 65 25 121 62 72
Binary 10100100 11001010 1011110 10011 0 110101 10101 1010001 110010 111010

Color Harmonies of #A4CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA5E

Black with #A4CA5E

Text Example


Text Example

White with #A4CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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