Html Css Color HEX #98965B Avocado

📋 copy color: '#98965B'

red 152 ◦ green 150 ◦ blue 91

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

Shades of Avocado #98965B

Tints of Avocado #98965B

RGB

 RED value IS 152 (59.77% from 255) = 38.68%

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 38.68%
G = 38.17%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98965B (or 0x98965B) is known color: Avocado. HEX triplet: 98, 96 and 5B. RGB value is (152,150,91). Sum of RGB (Red+Green+Blue) = 152+150+91=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98965B is #6769A4. Grayscale: #909090. Windows color (decimal): -6777253 or 6002328. OLE color: 6002328.

HSL color Cylindrical-coordinate representation of color #98965B: hue angle of 58.03º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98965B is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 150 91 -
CMYK 0 0.01 0.40 0.40
HSL 58.03º 0.25% 0.48% -
HSV(B) 58.03º 0.4% 0.6% -
XYZ 25.74 29.24 14.19 -
YUV 143.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 152 150 91 0 0.01 0.40 0.40 58.03 0.25 0.48
Hex 98 96 5B 0 1 28 28 3A 19 30
Octal 230 226 133 0 1 50 50 72 31 60
Binary 10011000 10010110 1011011 0 1 101000 101000 111010 11001 110000

Color Harmonies of #98965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98965B

Black with #98965B

Text Example


Text Example

White with #98965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98965B; }

 p { color: rgb(152,150,91); }

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

background-color css

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

 a { background-color: rgb(152,150,91); }

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

border-color css

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

 span { border-color: rgb(152,150,91); }

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