Html Css Color HEX #989C2F Citron

📋 copy color: '#989C2F'

red 152 ◦ green 156 ◦ blue 47

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

Shades of Citron #989C2F

Tints of Citron #989C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 42.82%
G = 43.94%
B = 13.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#989C2F (or 0x989C2F) is known color: Citron. HEX triplet: 98, 9C and 2F. RGB value is (152,156,47). Sum of RGB (Red+Green+Blue) = 152+156+47=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #989C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989C2F is #6763D0. Grayscale: #8E8E8E. Windows color (decimal): -6775761 or 3120280. OLE color: 3120280.

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

Color convert

RGB 152 156 47 -
CMYK 0.03 0 0.70 0.39
HSL 62.2º 0.54% 0.4% -
HSV(B) 62.2º 0.7% 0.61% -
XYZ 25.35 30.66 7.27 -
YUV 142.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 152 156 47 0.03 0 0.70 0.39 62.2 0.54 0.4
Hex 98 9C 2F 3 0 46 27 3E 36 28
Octal 230 234 57 3 0 106 47 76 66 50
Binary 10011000 10011100 101111 11 0 1000110 100111 111110 110110 101000

Color Harmonies of #989C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989C2F

Black with #989C2F

Text Example


Text Example

White with #989C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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