Html Css Color HEX #989B41 Highball

📋 copy color: '#989B41'

red 152 ◦ green 155 ◦ blue 65

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

Shades of Highball #989B41

Tints of Highball #989B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.47%

R = 40.86%
G = 41.67%
B = 17.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#989B41 (or 0x989B41) is known color: Highball. HEX triplet: 98, 9B and 41. RGB value is (152,155,65). Sum of RGB (Red+Green+Blue) = 152+155+65=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #989B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989B41 is #6764BE. Grayscale: #909090. Windows color (decimal): -6775999 or 4299672. OLE color: 4299672.

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

Color convert

RGB 152 155 65 -
CMYK 0.02 0 0.58 0.39
HSL 62º 0.41% 0.43% -
HSV(B) 62º 0.58% 0.61% -
XYZ 25.62 30.5 9.54 -
YUV 143.84 83.51 133.82 -
System Red Green Blue C M Y K H S L
Decimal 152 155 65 0.02 0 0.58 0.39 62 0.41 0.43
Hex 98 9B 41 2 0 3A 27 3E 29 2B
Octal 230 233 101 2 0 72 47 76 51 53
Binary 10011000 10011011 1000001 10 0 111010 100111 111110 101001 101011

Color Harmonies of #989B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B41

Black with #989B41

Text Example


Text Example

White with #989B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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