Html Css Color HEX #ACB26B Olive Green

📋 copy color: '#ACB26B'

red 172 ◦ green 178 ◦ blue 107

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

Shades of Olive Green #ACB26B

Tints of Olive Green #ACB26B

RGB

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

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

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

R = 37.64%
G = 38.95%
B = 23.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#ACB26B (or 0xACB26B) is known color: Olive Green. HEX triplet: AC, B2 and 6B. RGB value is (172,178,107). Sum of RGB (Red+Green+Blue) = 172+178+107=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB26B is #534D94. Grayscale: #A8A8A8. Windows color (decimal): -5459349 or 7058092. OLE color: 7058092.

HSL color Cylindrical-coordinate representation of color #ACB26B: hue angle of 65.07º 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 #ACB26B is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 107 -
CMYK 0.03 0 0.40 0.30
HSL 65.07º 0.32% 0.56% -
HSV(B) 65.07º 0.4% 0.7% -
XYZ 35.59 41.67 20.08 -
YUV 168.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 172 178 107 0.03 0 0.40 0.30 65.07 0.32 0.56
Hex AC B2 6B 3 0 28 1E 41 20 38
Octal 254 262 153 3 0 50 36 101 40 70
Binary 10101100 10110010 1101011 11 0 101000 11110 1000001 100000 111000

Color Harmonies of #ACB26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB26B

Black with #ACB26B

Text Example


Text Example

White with #ACB26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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