Html Css Color HEX #A4C27E Olivine

📋 copy color: '#A4C27E'

red 164 ◦ green 194 ◦ blue 126

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

Shades of Olivine #A4C27E

Tints of Olivine #A4C27E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.08%

 BLUE value IS 126 (49.61% from 255) = 26.03%

R = 33.88%
G = 40.08%
B = 26.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#A4C27E (or 0xA4C27E) is known color: Olivine. HEX triplet: A4, C2 and 7E. RGB value is (164,194,126). Sum of RGB (Red+Green+Blue) = 164+194+126=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C27E is #5B3D81. Grayscale: #B1B1B1. Windows color (decimal): -5979522 or 8307364. OLE color: 8307364.

HSL color Cylindrical-coordinate representation of color #A4C27E: hue angle of 86.47º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4C27E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 194 126 -
CMYK 0.15 0 0.35 0.24
HSL 86.47º 0.36% 0.63% -
HSV(B) 86.47º 0.35% 0.76% -
XYZ 38.37 47.98 26.98 -
YUV 177.28 99.06 118.53 -
System Red Green Blue C M Y K H S L
Decimal 164 194 126 0.15 0 0.35 0.24 86.47 0.36 0.63
Hex A4 C2 7E F 0 23 18 56 24 3F
Octal 244 302 176 17 0 43 30 126 44 77
Binary 10100100 11000010 1111110 1111 0 100011 11000 1010110 100100 111111

Color Harmonies of #A4C27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C27E

Black with #A4C27E

Text Example


Text Example

White with #A4C27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C27E; }

 p { color: rgb(164,194,126); }

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

background-color css

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

 a { background-color: rgb(164,194,126); }

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

border-color css

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

 span { border-color: rgb(164,194,126); }

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