Html Css Color HEX #989D28 Citron

📋 copy color: '#989D28'

red 152 ◦ green 157 ◦ blue 40

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

Shades of Citron #989D28

Tints of Citron #989D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 43.55%
G = 44.99%
B = 11.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#989D28 (or 0x989D28) is known color: Citron. HEX triplet: 98, 9D and 28. RGB value is (152,157,40). Sum of RGB (Red+Green+Blue) = 152+157+40=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #989D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989D28 is #6762D7. Grayscale: #8E8E8E. Windows color (decimal): -6775512 or 2661784. OLE color: 2661784.

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

Color convert

RGB 152 157 40 -
CMYK 0.03 0 0.75 0.38
HSL 62.56º 0.59% 0.39% -
HSV(B) 62.56º 0.75% 0.62% -
XYZ 25.39 30.94 6.64 -
YUV 142.17 70.34 135.01 -
System Red Green Blue C M Y K H S L
Decimal 152 157 40 0.03 0 0.75 0.38 62.56 0.59 0.39
Hex 98 9D 28 3 0 4B 26 3F 3B 27
Octal 230 235 50 3 0 113 46 77 73 47
Binary 10011000 10011101 101000 11 0 1001011 100110 111111 111011 100111

Color Harmonies of #989D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D28

Black with #989D28

Text Example


Text Example

White with #989D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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