Html Css Color HEX #ACBB6A Olive Green

📋 copy color: '#ACBB6A'

red 172 ◦ green 187 ◦ blue 106

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

Shades of Olive Green #ACBB6A

Tints of Olive Green #ACBB6A

RGB

 RED value IS 172 (67.58% from 255) = 36.99%

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

 BLUE value IS 106 (41.8% from 255) = 22.8%

R = 36.99%
G = 40.22%
B = 22.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#ACBB6A (or 0xACBB6A) is known color: Olive Green. HEX triplet: AC, BB and 6A. RGB value is (172,187,106). Sum of RGB (Red+Green+Blue) = 172+187+106=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBB6A is #534495. Grayscale: #ADADAD. Windows color (decimal): -5457046 or 6994860. OLE color: 6994860.

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

Color convert

RGB 172 187 106 -
CMYK 0.08 0 0.43 0.27
HSL 71.11º 0.37% 0.57% -
HSV(B) 71.11º 0.43% 0.73% -
XYZ 37.39 45.35 20.42 -
YUV 173.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 172 187 106 0.08 0 0.43 0.27 71.11 0.37 0.57
Hex AC BB 6A 8 0 2B 1B 47 25 39
Octal 254 273 152 10 0 53 33 107 45 71
Binary 10101100 10111011 1101010 1000 0 101011 11011 1000111 100101 111001

Color Harmonies of #ACBB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB6A

Black with #ACBB6A

Text Example


Text Example

White with #ACBB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB6A; }

 p { color: rgb(172,187,106); }

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

background-color css

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

 a { background-color: rgb(172,187,106); }

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

border-color css

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

 span { border-color: rgb(172,187,106); }

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