Html Css Color HEX #ABAB52 Olive Green

📋 copy color: '#ABAB52'

red 171 ◦ green 171 ◦ blue 82

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

Shades of Olive Green #ABAB52

Tints of Olive Green #ABAB52

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.33%

 BLUE value IS 82 (32.42% from 255) = 19.34%

R = 40.33%
G = 40.33%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#ABAB52 (or 0xABAB52) is known color: Olive Green. HEX triplet: AB, AB and 52. RGB value is (171,171,82). Sum of RGB (Red+Green+Blue) = 171+171+82=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB52 is #5454AD. Grayscale: #A1A1A1. Windows color (decimal): -5526702 or 5417899. OLE color: 5417899.

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

Color convert

RGB 171 171 82 -
CMYK 0 0 0.52 0.33
HSL 60º 0.35% 0.5% -
HSV(B) 60º 0.52% 0.67% -
XYZ 32.88 38.39 13.66 -
YUV 160.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 171 171 82 0 0 0.52 0.33 60 0.35 0.5
Hex AB AB 52 0 0 34 21 3C 23 32
Octal 253 253 122 0 0 64 41 74 43 62
Binary 10101011 10101011 1010010 0 0 110100 100001 111100 100011 110010

Color Harmonies of #ABAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB52

Black with #ABAB52

Text Example


Text Example

White with #ABAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB52; }

 p { color: rgb(171,171,82); }

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

background-color css

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

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

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

border-color css

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

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

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