Html Css Color HEX #A4BB77 Olivine

📋 copy color: '#A4BB77'

red 164 ◦ green 187 ◦ blue 119

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

Shades of Olivine #A4BB77

Tints of Olivine #A4BB77

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.79%

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 34.89%
G = 39.79%
B = 25.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#A4BB77 (or 0xA4BB77) is known color: Olivine. HEX triplet: A4, BB and 77. RGB value is (164,187,119). Sum of RGB (Red+Green+Blue) = 164+187+119=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BB77 is #5B4488. Grayscale: #ACACAC. Windows color (decimal): -5981321 or 7846820. OLE color: 7846820.

HSL color Cylindrical-coordinate representation of color #A4BB77: hue angle of 80.29º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4BB77 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 187 119 -
CMYK 0.12 0 0.36 0.27
HSL 80.29º 0.33% 0.6% -
HSV(B) 80.29º 0.36% 0.73% -
XYZ 36.41 44.77 24.17 -
YUV 172.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 164 187 119 0.12 0 0.36 0.27 80.29 0.33 0.6
Hex A4 BB 77 C 0 24 1B 50 21 3C
Octal 244 273 167 14 0 44 33 120 41 74
Binary 10100100 10111011 1110111 1100 0 100100 11011 1010000 100001 111100

Color Harmonies of #A4BB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BB77

Black with #A4BB77

Text Example


Text Example

White with #A4BB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BB77; }

 p { color: rgb(164,187,119); }

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

background-color css

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

 a { background-color: rgb(164,187,119); }

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

border-color css

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

 span { border-color: rgb(164,187,119); }

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