Html Css Color HEX #ACB268 Olive Green

📋 copy color: '#ACB268'

red 172 ◦ green 178 ◦ blue 104

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

Shades of Olive Green #ACB268

Tints of Olive Green #ACB268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 37.89%
G = 39.21%
B = 22.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#ACB268 (or 0xACB268) is known color: Olive Green. HEX triplet: AC, B2 and 68. RGB value is (172,178,104). Sum of RGB (Red+Green+Blue) = 172+178+104=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB268 is #534D97. Grayscale: #A8A8A8. Windows color (decimal): -5459352 or 6861484. OLE color: 6861484.

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

Color convert

RGB 172 178 104 -
CMYK 0.03 0 0.42 0.30
HSL 64.86º 0.32% 0.55% -
HSV(B) 64.86º 0.42% 0.7% -
XYZ 35.43 41.61 19.26 -
YUV 167.77 92.01 131.02 -
System Red Green Blue C M Y K H S L
Decimal 172 178 104 0.03 0 0.42 0.30 64.86 0.32 0.55
Hex AC B2 68 3 0 2A 1E 41 20 37
Octal 254 262 150 3 0 52 36 101 40 67
Binary 10101100 10110010 1101000 11 0 101010 11110 1000001 100000 110111

Color Harmonies of #ACB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB268

Black with #ACB268

Text Example


Text Example

White with #ACB268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB268; }

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

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

background-color css

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

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

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

border-color css

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

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

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