Html Css Color HEX #989C2D Citron

📋 copy color: '#989C2D'

red 152 ◦ green 156 ◦ blue 45

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

Shades of Citron #989C2D

Tints of Citron #989C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.75%

R = 43.06%
G = 44.19%
B = 12.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#989C2D (or 0x989C2D) is known color: Citron. HEX triplet: 98, 9C and 2D. RGB value is (152,156,45). Sum of RGB (Red+Green+Blue) = 152+156+45=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #989C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989C2D is #6763D2. Grayscale: #8E8E8E. Windows color (decimal): -6775763 or 2989208. OLE color: 2989208.

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

Color convert

RGB 152 156 45 -
CMYK 0.03 0 0.71 0.39
HSL 62.16º 0.55% 0.39% -
HSV(B) 62.16º 0.71% 0.61% -
XYZ 25.31 30.64 7.06 -
YUV 142.15 73.17 135.03 -
System Red Green Blue C M Y K H S L
Decimal 152 156 45 0.03 0 0.71 0.39 62.16 0.55 0.39
Hex 98 9C 2D 3 0 47 27 3E 37 27
Octal 230 234 55 3 0 107 47 76 67 47
Binary 10011000 10011100 101101 11 0 1000111 100111 111110 110111 100111

Color Harmonies of #989C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989C2D

Black with #989C2D

Text Example


Text Example

White with #989C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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