Html Css Color HEX #ACB167 Olive Green

📋 copy color: '#ACB167'

red 172 ◦ green 177 ◦ blue 103

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

Shades of Olive Green #ACB167

Tints of Olive Green #ACB167

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.16%

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

R = 38.05%
G = 39.16%
B = 22.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#ACB167 (or 0xACB167) is known color: Olive Green. HEX triplet: AC, B1 and 67. RGB value is (172,177,103). Sum of RGB (Red+Green+Blue) = 172+177+103=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB167 is #534E98. Grayscale: #A7A7A7. Windows color (decimal): -5459609 or 6795692. OLE color: 6795692.

HSL color Cylindrical-coordinate representation of color #ACB167: hue angle of 64.05º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB167 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 103 -
CMYK 0.03 0 0.42 0.31
HSL 64.05º 0.32% 0.55% -
HSV(B) 64.05º 0.42% 0.69% -
XYZ 35.18 41.19 18.93 -
YUV 167.07 91.84 131.52 -
System Red Green Blue C M Y K H S L
Decimal 172 177 103 0.03 0 0.42 0.31 64.05 0.32 0.55
Hex AC B1 67 3 0 2A 1F 40 20 37
Octal 254 261 147 3 0 52 37 100 40 67
Binary 10101100 10110001 1100111 11 0 101010 11111 1000000 100000 110111

Color Harmonies of #ACB167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB167

Black with #ACB167

Text Example


Text Example

White with #ACB167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB167; }

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

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

background-color css

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

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

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

border-color css

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

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

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