Html Css Color HEX #ACB250 Olive Green

📋 copy color: '#ACB250'

red 172 ◦ green 178 ◦ blue 80

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

Shades of Olive Green #ACB250

Tints of Olive Green #ACB250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 40%
G = 41.4%
B = 18.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#ACB250 (or 0xACB250) is known color: Olive Green. HEX triplet: AC, B2 and 50. RGB value is (172,178,80). Sum of RGB (Red+Green+Blue) = 172+178+80=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB250 is #534DAF. Grayscale: #A5A5A5. Windows color (decimal): -5459376 or 5288620. OLE color: 5288620.

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

Color convert

RGB 172 178 80 -
CMYK 0.03 0 0.55 0.30
HSL 63.67º 0.39% 0.51% -
HSV(B) 63.67º 0.55% 0.7% -
XYZ 34.38 41.19 13.73 -
YUV 165.03 80.01 132.97 -
System Red Green Blue C M Y K H S L
Decimal 172 178 80 0.03 0 0.55 0.30 63.67 0.39 0.51
Hex AC B2 50 3 0 37 1E 40 27 33
Octal 254 262 120 3 0 67 36 100 47 63
Binary 10101100 10110010 1010000 11 0 110111 11110 1000000 100111 110011

Color Harmonies of #ACB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB250

Black with #ACB250

Text Example


Text Example

White with #ACB250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB250; }

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

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

background-color css

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

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

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

border-color css

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

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

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