Html Css Color HEX #ABAF84 Locust

📋 copy color: '#ABAF84'

red 171 ◦ green 175 ◦ blue 132

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

Shades of Locust #ABAF84

Tints of Locust #ABAF84

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

 BLUE value IS 132 (51.95% from 255) = 27.62%

R = 35.77%
G = 36.61%
B = 27.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#ABAF84 (or 0xABAF84) is known color: Locust. HEX triplet: AB, AF and 84. RGB value is (171,175,132). Sum of RGB (Red+Green+Blue) = 171+175+132=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF84 is #54507B. Grayscale: #A9A9A9. Windows color (decimal): -5525628 or 8695723. OLE color: 8695723.

HSL color Cylindrical-coordinate representation of color #ABAF84: hue angle of 65.58º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAF84 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 132 -
CMYK 0.02 0 0.25 0.31
HSL 65.58º 0.21% 0.6% -
HSV(B) 65.58º 0.25% 0.69% -
XYZ 36.29 40.98 27.83 -
YUV 168.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 171 175 132 0.02 0 0.25 0.31 65.58 0.21 0.6
Hex AB AF 84 2 0 19 1F 42 15 3C
Octal 253 257 204 2 0 31 37 102 25 74
Binary 10101011 10101111 10000100 10 0 11001 11111 1000010 10101 111100

Color Harmonies of #ABAF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF84

Black with #ABAF84

Text Example


Text Example

White with #ABAF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF84; }

 p { color: rgb(171,175,132); }

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

background-color css

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

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

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

border-color css

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

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

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