Html Css Color HEX #989B32 Citron

📋 copy color: '#989B32'

red 152 ◦ green 155 ◦ blue 50

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

Shades of Citron #989B32

Tints of Citron #989B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.01%

R = 42.58%
G = 43.42%
B = 14.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#989B32 (or 0x989B32) is known color: Citron. HEX triplet: 98, 9B and 32. RGB value is (152,155,50). Sum of RGB (Red+Green+Blue) = 152+155+50=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #989B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989B32 is #6764CD. Grayscale: #8E8E8E. Windows color (decimal): -6776014 or 3316632. OLE color: 3316632.

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

Color convert

RGB 152 155 50 -
CMYK 0.02 0 0.68 0.39
HSL 61.71º 0.51% 0.4% -
HSV(B) 61.71º 0.68% 0.61% -
XYZ 25.25 30.35 7.54 -
YUV 142.13 76.01 135.04 -
System Red Green Blue C M Y K H S L
Decimal 152 155 50 0.02 0 0.68 0.39 61.71 0.51 0.4
Hex 98 9B 32 2 0 44 27 3E 33 28
Octal 230 233 62 2 0 104 47 76 63 50
Binary 10011000 10011011 110010 10 0 1000100 100111 111110 110011 101000

Color Harmonies of #989B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B32

Black with #989B32

Text Example


Text Example

White with #989B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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