Html Css Color HEX #A4BB75 Olivine

📋 copy color: '#A4BB75'

red 164 ◦ green 187 ◦ blue 117

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

Shades of Olivine #A4BB75

Tints of Olivine #A4BB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25%

R = 35.04%
G = 39.96%
B = 25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#A4BB75 (or 0xA4BB75) is known color: Olivine. HEX triplet: A4, BB and 75. RGB value is (164,187,117). Sum of RGB (Red+Green+Blue) = 164+187+117=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BB75 is #5B448A. Grayscale: #ACACAC. Windows color (decimal): -5981323 or 7715748. OLE color: 7715748.

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

Color convert

RGB 164 187 117 -
CMYK 0.12 0 0.37 0.27
HSL 79.71º 0.34% 0.6% -
HSV(B) 79.71º 0.37% 0.73% -
XYZ 36.29 44.72 23.55 -
YUV 172.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 164 187 117 0.12 0 0.37 0.27 79.71 0.34 0.6
Hex A4 BB 75 C 0 25 1B 50 22 3C
Octal 244 273 165 14 0 45 33 120 42 74
Binary 10100100 10111011 1110101 1100 0 100101 11011 1010000 100010 111100

Color Harmonies of #A4BB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BB75

Black with #A4BB75

Text Example


Text Example

White with #A4BB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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