Html Css Color HEX #989C25 Citron

📋 copy color: '#989C25'

red 152 ◦ green 156 ◦ blue 37

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

Shades of Citron #989C25

Tints of Citron #989C25

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.22%

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 44.06%
G = 45.22%
B = 10.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#989C25 (or 0x989C25) is known color: Citron. HEX triplet: 98, 9C and 25. RGB value is (152,156,37). Sum of RGB (Red+Green+Blue) = 152+156+37=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #989C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989C25 is #6763DA. Grayscale: #8D8D8D. Windows color (decimal): -6775771 or 2464920. OLE color: 2464920.

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

Color convert

RGB 152 156 37 -
CMYK 0.03 0 0.76 0.39
HSL 62.02º 0.62% 0.38% -
HSV(B) 62.02º 0.76% 0.61% -
XYZ 25.17 30.59 6.33 -
YUV 141.24 69.17 135.68 -
System Red Green Blue C M Y K H S L
Decimal 152 156 37 0.03 0 0.76 0.39 62.02 0.62 0.38
Hex 98 9C 25 3 0 4C 27 3E 3E 26
Octal 230 234 45 3 0 114 47 76 76 46
Binary 10011000 10011100 100101 11 0 1001100 100111 111110 111110 100110

Color Harmonies of #989C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989C25

Black with #989C25

Text Example


Text Example

White with #989C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,156,37); }

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

background-color css

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

 a { background-color: rgb(152,156,37); }

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

border-color css

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

 span { border-color: rgb(152,156,37); }

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