Html Css Color HEX #A4C67C Olivine

📋 copy color: '#A4C67C'

red 164 ◦ green 198 ◦ blue 124

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

Shades of Olivine #A4C67C

Tints of Olivine #A4C67C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.74%

 BLUE value IS 124 (48.83% from 255) = 25.51%

R = 33.74%
G = 40.74%
B = 25.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#A4C67C (or 0xA4C67C) is known color: Olivine. HEX triplet: A4, C6 and 7C. RGB value is (164,198,124). Sum of RGB (Red+Green+Blue) = 164+198+124=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C67C is #5B3983. Grayscale: #B3B3B3. Windows color (decimal): -5978500 or 8177316. OLE color: 8177316.

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

Color convert

RGB 164 198 124 -
CMYK 0.17 0 0.37 0.22
HSL 87.57º 0.39% 0.63% -
HSV(B) 87.57º 0.37% 0.78% -
XYZ 39.14 49.74 26.61 -
YUV 179.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 164 198 124 0.17 0 0.37 0.22 87.57 0.39 0.63
Hex A4 C6 7C 11 0 25 16 58 27 3F
Octal 244 306 174 21 0 45 26 130 47 77
Binary 10100100 11000110 1111100 10001 0 100101 10110 1011000 100111 111111

Color Harmonies of #A4C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C67C

Black with #A4C67C

Text Example


Text Example

White with #A4C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C67C; }

 p { color: rgb(164,198,124); }

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

background-color css

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

 a { background-color: rgb(164,198,124); }

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

border-color css

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

 span { border-color: rgb(164,198,124); }

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