Html Css Color HEX #ACB66B Olive Green

📋 copy color: '#ACB66B'

red 172 ◦ green 182 ◦ blue 107

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

Shades of Olive Green #ACB66B

Tints of Olive Green #ACB66B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.48%

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 37.31%
G = 39.48%
B = 23.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#ACB66B (or 0xACB66B) is known color: Olive Green. HEX triplet: AC, B6 and 6B. RGB value is (172,182,107). Sum of RGB (Red+Green+Blue) = 172+182+107=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB66B is #534994. Grayscale: #AAAAAA. Windows color (decimal): -5458325 or 7059116. OLE color: 7059116.

HSL color Cylindrical-coordinate representation of color #ACB66B: hue angle of 68º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACB66B is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 107 -
CMYK 0.05 0 0.41 0.29
HSL 68º 0.34% 0.57% -
HSV(B) 68º 0.41% 0.71% -
XYZ 36.4 43.29 20.35 -
YUV 170.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 172 182 107 0.05 0 0.41 0.29 68 0.34 0.57
Hex AC B6 6B 5 0 29 1D 44 22 39
Octal 254 266 153 5 0 51 35 104 42 71
Binary 10101100 10110110 1101011 101 0 101001 11101 1000100 100010 111001

Color Harmonies of #ACB66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB66B

Black with #ACB66B

Text Example


Text Example

White with #ACB66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB66B; }

 p { color: rgb(172,182,107); }

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

background-color css

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

 a { background-color: rgb(172,182,107); }

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

border-color css

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

 span { border-color: rgb(172,182,107); }

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