Html Css Color HEX #ACBC67 Olive Green

📋 copy color: '#ACBC67'

red 172 ◦ green 188 ◦ blue 103

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

Shades of Olive Green #ACBC67

Tints of Olive Green #ACBC67

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

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

R = 37.15%
G = 40.6%
B = 22.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#ACBC67 (or 0xACBC67) is known color: Olive Green. HEX triplet: AC, BC and 67. RGB value is (172,188,103). Sum of RGB (Red+Green+Blue) = 172+188+103=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC67 is #534398. Grayscale: #ADADAD. Windows color (decimal): -5456793 or 6798508. OLE color: 6798508.

HSL color Cylindrical-coordinate representation of color #ACBC67: hue angle of 71.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACBC67 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 103 -
CMYK 0.09 0 0.45 0.26
HSL 71.29º 0.39% 0.57% -
HSV(B) 71.29º 0.45% 0.74% -
XYZ 37.44 45.72 19.68 -
YUV 173.53 88.2 126.91 -
System Red Green Blue C M Y K H S L
Decimal 172 188 103 0.09 0 0.45 0.26 71.29 0.39 0.57
Hex AC BC 67 9 0 2D 1A 47 27 39
Octal 254 274 147 11 0 55 32 107 47 71
Binary 10101100 10111100 1100111 1001 0 101101 11010 1000111 100111 111001

Color Harmonies of #ACBC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC67

Black with #ACBC67

Text Example


Text Example

White with #ACBC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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