Html Css Color HEX #A4BE72 Olivine

📋 copy color: '#A4BE72'

red 164 ◦ green 190 ◦ blue 114

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

Shades of Olivine #A4BE72

Tints of Olivine #A4BE72

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 114 (44.92% from 255) = 24.36%

R = 35.04%
G = 40.6%
B = 24.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#A4BE72 (or 0xA4BE72) is known color: Olivine. HEX triplet: A4, BE and 72. RGB value is (164,190,114). Sum of RGB (Red+Green+Blue) = 164+190+114=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BE72 is #5B418D. Grayscale: #ADADAD. Windows color (decimal): -5980558 or 7519908. OLE color: 7519908.

HSL color Cylindrical-coordinate representation of color #A4BE72: hue angle of 80.53º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4BE72 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 190 114 -
CMYK 0.14 0 0.40 0.25
HSL 80.53º 0.37% 0.6% -
HSV(B) 80.53º 0.4% 0.75% -
XYZ 36.76 45.93 22.85 -
YUV 173.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 164 190 114 0.14 0 0.40 0.25 80.53 0.37 0.6
Hex A4 BE 72 E 0 28 19 51 25 3C
Octal 244 276 162 16 0 50 31 121 45 74
Binary 10100100 10111110 1110010 1110 0 101000 11001 1010001 100101 111100

Color Harmonies of #A4BE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BE72

Black with #A4BE72

Text Example


Text Example

White with #A4BE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BE72; }

 p { color: rgb(164,190,114); }

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

background-color css

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

 a { background-color: rgb(164,190,114); }

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

border-color css

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

 span { border-color: rgb(164,190,114); }

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