Html Css Color HEX #A4CC6D Olivine

📋 copy color: '#A4CC6D'

red 164 ◦ green 204 ◦ blue 109

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

Shades of Olivine #A4CC6D

Tints of Olivine #A4CC6D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.77%

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 34.38%
G = 42.77%
B = 22.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#A4CC6D (or 0xA4CC6D) is known color: Olivine. HEX triplet: A4, CC and 6D. RGB value is (164,204,109). Sum of RGB (Red+Green+Blue) = 164+204+109=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CC6D is #5B3392. Grayscale: #B5B5B5. Windows color (decimal): -5976979 or 7195812. OLE color: 7195812.

HSL color Cylindrical-coordinate representation of color #A4CC6D: hue angle of 85.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4CC6D is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 204 109 -
CMYK 0.20 0 0.47 0.2
HSL 85.26º 0.48% 0.61% -
HSV(B) 85.26º 0.47% 0.8% -
XYZ 39.66 52.18 22.45 -
YUV 181.21 87.25 115.72 -
System Red Green Blue C M Y K H S L
Decimal 164 204 109 0.20 0 0.47 0.2 85.26 0.48 0.61
Hex A4 CC 6D 14 0 2F 14 55 30 3D
Octal 244 314 155 24 0 57 24 125 60 75
Binary 10100100 11001100 1101101 10100 0 101111 10100 1010101 110000 111101

Color Harmonies of #A4CC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CC6D

Black with #A4CC6D

Text Example


Text Example

White with #A4CC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CC6D; }

 p { color: rgb(164,204,109); }

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

background-color css

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

 a { background-color: rgb(164,204,109); }

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

border-color css

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

 span { border-color: rgb(164,204,109); }

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