Html Css Color HEX #ABAC5C Olive Green

📋 copy color: '#ABAC5C'

red 171 ◦ green 172 ◦ blue 92

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

Shades of Olive Green #ABAC5C

Tints of Olive Green #ABAC5C

RGB

 RED value IS 171 (67.19% from 255) = 39.31%

 GREEN value IS 172 (67.58% from 255) = 39.54%

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 39.31%
G = 39.54%
B = 21.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#ABAC5C (or 0xABAC5C) is known color: Olive Green. HEX triplet: AB, AC and 5C. RGB value is (171,172,92). Sum of RGB (Red+Green+Blue) = 171+172+92=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC5C is #5453A3. Grayscale: #A2A2A2. Windows color (decimal): -5526436 or 6073515. OLE color: 6073515.

HSL color Cylindrical-coordinate representation of color #ABAC5C: hue angle of 60.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABAC5C is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 172 92 -
CMYK 0.01 0 0.47 0.33
HSL 60.75º 0.33% 0.52% -
HSV(B) 60.75º 0.47% 0.67% -
XYZ 33.48 38.94 15.88 -
YUV 162.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 171 172 92 0.01 0 0.47 0.33 60.75 0.33 0.52
Hex AB AC 5C 1 0 2F 21 3D 21 34
Octal 253 254 134 1 0 57 41 75 41 64
Binary 10101011 10101100 1011100 1 0 101111 100001 111101 100001 110100

Color Harmonies of #ABAC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC5C

Black with #ABAC5C

Text Example


Text Example

White with #ABAC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC5C; }

 p { color: rgb(171,172,92); }

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

background-color css

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

 a { background-color: rgb(171,172,92); }

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

border-color css

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

 span { border-color: rgb(171,172,92); }

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