Html Css Color HEX #ACB25B Olive Green

📋 copy color: '#ACB25B'

red 172 ◦ green 178 ◦ blue 91

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

Shades of Olive Green #ACB25B

Tints of Olive Green #ACB25B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.36%

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

R = 39%
G = 40.36%
B = 20.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#ACB25B (or 0xACB25B) is known color: Olive Green. HEX triplet: AC, B2 and 5B. RGB value is (172,178,91). Sum of RGB (Red+Green+Blue) = 172+178+91=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB25B is #534DA4. Grayscale: #A6A6A6. Windows color (decimal): -5459365 or 6009516. OLE color: 6009516.

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

Color convert

RGB 172 178 91 -
CMYK 0.03 0 0.49 0.30
HSL 64.14º 0.36% 0.53% -
HSV(B) 64.14º 0.49% 0.7% -
XYZ 34.82 41.37 16.05 -
YUV 166.29 85.51 132.07 -
System Red Green Blue C M Y K H S L
Decimal 172 178 91 0.03 0 0.49 0.30 64.14 0.36 0.53
Hex AC B2 5B 3 0 31 1E 40 24 35
Octal 254 262 133 3 0 61 36 100 44 65
Binary 10101100 10110010 1011011 11 0 110001 11110 1000000 100100 110101

Color Harmonies of #ACB25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB25B

Black with #ACB25B

Text Example


Text Example

White with #ACB25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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