Html Css Color HEX #ACB36B Olive Green

📋 copy color: '#ACB36B'

red 172 ◦ green 179 ◦ blue 107

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

Shades of Olive Green #ACB36B

Tints of Olive Green #ACB36B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.36%

R = 37.55%
G = 39.08%
B = 23.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#ACB36B (or 0xACB36B) is known color: Olive Green. HEX triplet: AC, B3 and 6B. RGB value is (172,179,107). Sum of RGB (Red+Green+Blue) = 172+179+107=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB36B is #534C94. Grayscale: #A8A8A8. Windows color (decimal): -5459093 or 7058348. OLE color: 7058348.

HSL color Cylindrical-coordinate representation of color #ACB36B: hue angle of 65.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACB36B is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 107 -
CMYK 0.04 0 0.40 0.30
HSL 65.83º 0.32% 0.56% -
HSV(B) 65.83º 0.4% 0.7% -
XYZ 35.79 42.07 20.14 -
YUV 168.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 172 179 107 0.04 0 0.40 0.30 65.83 0.32 0.56
Hex AC B3 6B 4 0 28 1E 42 20 38
Octal 254 263 153 4 0 50 36 102 40 70
Binary 10101100 10110011 1101011 100 0 101000 11110 1000010 100000 111000

Color Harmonies of #ACB36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB36B

Black with #ACB36B

Text Example


Text Example

White with #ACB36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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