Html Css Color HEX #ACB867 Olive Green

📋 copy color: '#ACB867'

red 172 ◦ green 184 ◦ blue 103

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

Shades of Olive Green #ACB867

Tints of Olive Green #ACB867

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.09%

 BLUE value IS 103 (40.63% from 255) = 22.44%

R = 37.47%
G = 40.09%
B = 22.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#ACB867 (or 0xACB867) is known color: Olive Green. HEX triplet: AC, B8 and 67. RGB value is (172,184,103). Sum of RGB (Red+Green+Blue) = 172+184+103=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB867 is #534798. Grayscale: #ABABAB. Windows color (decimal): -5457817 or 6797484. OLE color: 6797484.

HSL color Cylindrical-coordinate representation of color #ACB867: hue angle of 68.89º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACB867 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 103 -
CMYK 0.07 0 0.44 0.28
HSL 68.89º 0.36% 0.56% -
HSV(B) 68.89º 0.44% 0.72% -
XYZ 36.6 44.03 19.4 -
YUV 171.18 89.52 128.59 -
System Red Green Blue C M Y K H S L
Decimal 172 184 103 0.07 0 0.44 0.28 68.89 0.36 0.56
Hex AC B8 67 7 0 2C 1C 45 24 38
Octal 254 270 147 7 0 54 34 105 44 70
Binary 10101100 10111000 1100111 111 0 101100 11100 1000101 100100 111000

Color Harmonies of #ACB867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB867

Black with #ACB867

Text Example


Text Example

White with #ACB867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB867; }

 p { color: rgb(172,184,103); }

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

background-color css

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

 a { background-color: rgb(172,184,103); }

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

border-color css

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

 span { border-color: rgb(172,184,103); }

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