Html Css Color HEX #989B68 Avocado

📋 copy color: '#989B68'

red 152 ◦ green 155 ◦ blue 104

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

Shades of Avocado #989B68

Tints of Avocado #989B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.71%

 BLUE value IS 104 (41.02% from 255) = 25.3%

R = 36.98%
G = 37.71%
B = 25.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#989B68 (or 0x989B68) is known color: Avocado. HEX triplet: 98, 9B and 68. RGB value is (152,155,104). Sum of RGB (Red+Green+Blue) = 152+155+104=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #989B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B68 is #676497. Grayscale: #949494. Windows color (decimal): -6775960 or 6855576. OLE color: 6855576.

HSL color Cylindrical-coordinate representation of color #989B68: hue angle of 63.53º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #989B68 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 155 104 -
CMYK 0.02 0 0.33 0.39
HSL 63.53º 0.2% 0.51% -
HSV(B) 63.53º 0.33% 0.61% -
XYZ 27.17 31.12 17.67 -
YUV 148.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 152 155 104 0.02 0 0.33 0.39 63.53 0.2 0.51
Hex 98 9B 68 2 0 21 27 40 14 33
Octal 230 233 150 2 0 41 47 100 24 63
Binary 10011000 10011011 1101000 10 0 100001 100111 1000000 10100 110011

Color Harmonies of #989B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B68

Black with #989B68

Text Example


Text Example

White with #989B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989B68; }

 p { color: rgb(152,155,104); }

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

background-color css

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

 a { background-color: rgb(152,155,104); }

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

border-color css

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

 span { border-color: rgb(152,155,104); }

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