Html Css Color HEX #999457 Avocado

📋 copy color: '#999457'

red 153 ◦ green 148 ◦ blue 87

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

Shades of Avocado #999457

Tints of Avocado #999457

RGB

 RED value IS 153 (60.16% from 255) = 39.43%

 GREEN value IS 148 (58.2% from 255) = 38.14%

 BLUE value IS 87 (34.38% from 255) = 22.42%

R = 39.43%
G = 38.14%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#999457 (or 0x999457) is known color: Avocado. HEX triplet: 99, 94 and 57. RGB value is (153,148,87). Sum of RGB (Red+Green+Blue) = 153+148+87=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #999457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999457 is #666BA8. Grayscale: #8E8E8E. Windows color (decimal): -6712233 or 5739673. OLE color: 5739673.

HSL color Cylindrical-coordinate representation of color #999457: hue angle of 55.45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #999457 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 87 -
CMYK 0 0.03 0.43 0.4
HSL 55.45º 0.28% 0.47% -
HSV(B) 55.45º 0.43% 0.6% -
XYZ 25.45 28.64 13.2 -
YUV 142.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 153 148 87 0 0.03 0.43 0.4 55.45 0.28 0.47
Hex 99 94 57 0 3 2B 28 37 1C 2F
Octal 231 224 127 0 3 53 50 67 34 57
Binary 10011001 10010100 1010111 0 11 101011 101000 110111 11100 101111

Color Harmonies of #999457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999457

Black with #999457

Text Example


Text Example

White with #999457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999457; }

 p { color: rgb(153,148,87); }

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

background-color css

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

 a { background-color: rgb(153,148,87); }

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

border-color css

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

 span { border-color: rgb(153,148,87); }

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