Html Css Color HEX #989D32 Citron

📋 copy color: '#989D32'

red 152 ◦ green 157 ◦ blue 50

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

Shades of Citron #989D32

Tints of Citron #989D32

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.73%

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

R = 42.34%
G = 43.73%
B = 13.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#989D32 (or 0x989D32) is known color: Citron. HEX triplet: 98, 9D and 32. RGB value is (152,157,50). Sum of RGB (Red+Green+Blue) = 152+157+50=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #989D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989D32 is #6762CD. Grayscale: #8F8F8F. Windows color (decimal): -6775502 or 3317144. OLE color: 3317144.

HSL color Cylindrical-coordinate representation of color #989D32: hue angle of 62.8º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #989D32 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 157 50 -
CMYK 0.03 0 0.68 0.38
HSL 62.8º 0.52% 0.41% -
HSV(B) 62.8º 0.68% 0.62% -
XYZ 25.58 31.02 7.66 -
YUV 143.31 75.34 134.2 -
System Red Green Blue C M Y K H S L
Decimal 152 157 50 0.03 0 0.68 0.38 62.8 0.52 0.41
Hex 98 9D 32 3 0 44 26 3F 34 29
Octal 230 235 62 3 0 104 46 77 64 51
Binary 10011000 10011101 110010 11 0 1000100 100110 111111 110100 101001

Color Harmonies of #989D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D32

Black with #989D32

Text Example


Text Example

White with #989D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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