Html Css Color HEX #ACB15B Olive Green

📋 copy color: '#ACB15B'

red 172 ◦ green 177 ◦ blue 91

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

Shades of Olive Green #ACB15B

Tints of Olive Green #ACB15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.68%

R = 39.09%
G = 40.23%
B = 20.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#ACB15B (or 0xACB15B) is known color: Olive Green. HEX triplet: AC, B1 and 5B. RGB value is (172,177,91). Sum of RGB (Red+Green+Blue) = 172+177+91=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB15B is #534EA4. Grayscale: #A6A6A6. Windows color (decimal): -5459621 or 6009260. OLE color: 6009260.

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

Color convert

RGB 172 177 91 -
CMYK 0.03 0 0.49 0.31
HSL 63.49º 0.36% 0.53% -
HSV(B) 63.49º 0.49% 0.69% -
XYZ 34.62 40.97 15.98 -
YUV 165.7 85.84 132.49 -
System Red Green Blue C M Y K H S L
Decimal 172 177 91 0.03 0 0.49 0.31 63.49 0.36 0.53
Hex AC B1 5B 3 0 31 1F 3F 24 35
Octal 254 261 133 3 0 61 37 77 44 65
Binary 10101100 10110001 1011011 11 0 110001 11111 111111 100100 110101

Color Harmonies of #ACB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB15B

Black with #ACB15B

Text Example


Text Example

White with #ACB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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