Html Css Color HEX #ACB269 Olive Green

📋 copy color: '#ACB269'

red 172 ◦ green 178 ◦ blue 105

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

Shades of Olive Green #ACB269

Tints of Olive Green #ACB269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.08%

R = 37.8%
G = 39.12%
B = 23.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#ACB269 (or 0xACB269) is known color: Olive Green. HEX triplet: AC, B2 and 69. RGB value is (172,178,105). Sum of RGB (Red+Green+Blue) = 172+178+105=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB269 is #534D96. Grayscale: #A8A8A8. Windows color (decimal): -5459351 or 6927020. OLE color: 6927020.

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

Color convert

RGB 172 178 105 -
CMYK 0.03 0 0.41 0.30
HSL 64.93º 0.32% 0.55% -
HSV(B) 64.93º 0.41% 0.7% -
XYZ 35.48 41.63 19.53 -
YUV 167.88 92.51 130.94 -
System Red Green Blue C M Y K H S L
Decimal 172 178 105 0.03 0 0.41 0.30 64.93 0.32 0.55
Hex AC B2 69 3 0 29 1E 41 20 37
Octal 254 262 151 3 0 51 36 101 40 67
Binary 10101100 10110010 1101001 11 0 101001 11110 1000001 100000 110111

Color Harmonies of #ACB269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB269

Black with #ACB269

Text Example


Text Example

White with #ACB269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB269; }

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

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

background-color css

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

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

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

border-color css

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

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

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