Html Css Color HEX #ACB251 Olive Green

📋 copy color: '#ACB251'

red 172 ◦ green 178 ◦ blue 81

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

Shades of Olive Green #ACB251

Tints of Olive Green #ACB251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.79%

R = 39.91%
G = 41.3%
B = 18.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#ACB251 (or 0xACB251) is known color: Olive Green. HEX triplet: AC, B2 and 51. RGB value is (172,178,81). Sum of RGB (Red+Green+Blue) = 172+178+81=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB251 is #534DAE. Grayscale: #A5A5A5. Windows color (decimal): -5459375 or 5354156. OLE color: 5354156.

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

Color convert

RGB 172 178 81 -
CMYK 0.03 0 0.54 0.30
HSL 63.71º 0.39% 0.51% -
HSV(B) 63.71º 0.54% 0.7% -
XYZ 34.42 41.21 13.92 -
YUV 165.15 80.51 132.89 -
System Red Green Blue C M Y K H S L
Decimal 172 178 81 0.03 0 0.54 0.30 63.71 0.39 0.51
Hex AC B2 51 3 0 36 1E 40 27 33
Octal 254 262 121 3 0 66 36 100 47 63
Binary 10101100 10110010 1010001 11 0 110110 11110 1000000 100111 110011

Color Harmonies of #ACB251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB251

Black with #ACB251

Text Example


Text Example

White with #ACB251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB251; }

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

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

background-color css

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

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

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

border-color css

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

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

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