Html Css Color HEX #989C2B Citron

📋 copy color: '#989C2B'

red 152 ◦ green 156 ◦ blue 43

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

Shades of Citron #989C2B

Tints of Citron #989C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.25%

R = 43.3%
G = 44.44%
B = 12.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#989C2B (or 0x989C2B) is known color: Citron. HEX triplet: 98, 9C and 2B. RGB value is (152,156,43). Sum of RGB (Red+Green+Blue) = 152+156+43=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #989C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989C2B is #6763D4. Grayscale: #8E8E8E. Windows color (decimal): -6775765 or 2858136. OLE color: 2858136.

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

Color convert

RGB 152 156 43 -
CMYK 0.03 0 0.72 0.39
HSL 62.12º 0.57% 0.39% -
HSV(B) 62.12º 0.72% 0.61% -
XYZ 25.27 30.63 6.87 -
YUV 141.92 72.17 135.19 -
System Red Green Blue C M Y K H S L
Decimal 152 156 43 0.03 0 0.72 0.39 62.12 0.57 0.39
Hex 98 9C 2B 3 0 48 27 3E 39 27
Octal 230 234 53 3 0 110 47 76 71 47
Binary 10011000 10011100 101011 11 0 1001000 100111 111110 111001 100111

Color Harmonies of #989C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989C2B

Black with #989C2B

Text Example


Text Example

White with #989C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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