Html Css Color HEX #ACB367 Olive Green

📋 copy color: '#ACB367'

red 172 ◦ green 179 ◦ blue 103

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

Shades of Olive Green #ACB367

Tints of Olive Green #ACB367

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.43%

 BLUE value IS 103 (40.63% from 255) = 22.69%

R = 37.89%
G = 39.43%
B = 22.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#ACB367 (or 0xACB367) is known color: Olive Green. HEX triplet: AC, B3 and 67. RGB value is (172,179,103). Sum of RGB (Red+Green+Blue) = 172+179+103=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB367 is #534C98. Grayscale: #A8A8A8. Windows color (decimal): -5459097 or 6796204. OLE color: 6796204.

HSL color Cylindrical-coordinate representation of color #ACB367: hue angle of 65.53º degrees, saturation: 0.33, 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 #ACB367 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 103 -
CMYK 0.04 0 0.42 0.30
HSL 65.53º 0.33% 0.55% -
HSV(B) 65.53º 0.42% 0.7% -
XYZ 35.58 41.99 19.06 -
YUV 168.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 172 179 103 0.04 0 0.42 0.30 65.53 0.33 0.55
Hex AC B3 67 4 0 2A 1E 42 21 37
Octal 254 263 147 4 0 52 36 102 41 67
Binary 10101100 10110011 1100111 100 0 101010 11110 1000010 100001 110111

Color Harmonies of #ACB367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB367

Black with #ACB367

Text Example


Text Example

White with #ACB367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB367; }

 p { color: rgb(172,179,103); }

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

background-color css

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

 a { background-color: rgb(172,179,103); }

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

border-color css

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

 span { border-color: rgb(172,179,103); }

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