Html Css Color HEX #ACB667 Olive Green

📋 copy color: '#ACB667'

red 172 ◦ green 182 ◦ blue 103

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

Shades of Olive Green #ACB667

Tints of Olive Green #ACB667

RGB

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

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

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

R = 37.64%
G = 39.82%
B = 22.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#ACB667 (or 0xACB667) is known color: Olive Green. HEX triplet: AC, B6 and 67. RGB value is (172,182,103). Sum of RGB (Red+Green+Blue) = 172+182+103=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB667 is #534998. Grayscale: #AAAAAA. Windows color (decimal): -5458329 or 6796972. OLE color: 6796972.

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

Color convert

RGB 172 182 103 -
CMYK 0.05 0 0.43 0.29
HSL 67.59º 0.35% 0.56% -
HSV(B) 67.59º 0.43% 0.71% -
XYZ 36.19 43.21 19.26 -
YUV 170 90.19 129.42 -
System Red Green Blue C M Y K H S L
Decimal 172 182 103 0.05 0 0.43 0.29 67.59 0.35 0.56
Hex AC B6 67 5 0 2B 1D 44 23 38
Octal 254 266 147 5 0 53 35 104 43 70
Binary 10101100 10110110 1100111 101 0 101011 11101 1000100 100011 111000

Color Harmonies of #ACB667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB667

Black with #ACB667

Text Example


Text Example

White with #ACB667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB667; }

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

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

background-color css

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

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

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

border-color css

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

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

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