Html Css Color HEX #989E12 Citron

📋 copy color: '#989E12'

red 152 ◦ green 158 ◦ blue 18

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

Shades of Citron #989E12

Tints of Citron #989E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.17%

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 46.34%
G = 48.17%
B = 5.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#989E12 (or 0x989E12) is known color: Citron. HEX triplet: 98, 9E and 12. RGB value is (152,158,18). Sum of RGB (Red+Green+Blue) = 152+158+18=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #989E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989E12 is #6761ED. Grayscale: #8C8C8C. Windows color (decimal): -6775278 or 1220248. OLE color: 1220248.

HSL color Cylindrical-coordinate representation of color #989E12: hue angle of 62.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #989E12 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 158 18 -
CMYK 0.04 0 0.89 0.38
HSL 62.57º 0.8% 0.35% -
HSV(B) 62.57º 0.89% 0.62% -
XYZ 25.28 31.17 5.26 -
YUV 140.25 59.01 136.38 -
System Red Green Blue C M Y K H S L
Decimal 152 158 18 0.04 0 0.89 0.38 62.57 0.8 0.35
Hex 98 9E 12 4 0 59 26 3F 50 23
Octal 230 236 22 4 0 131 46 77 120 43
Binary 10011000 10011110 10010 100 0 1011001 100110 111111 1010000 100011

Color Harmonies of #989E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989E12

Black with #989E12

Text Example


Text Example

White with #989E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,158,18); }

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

background-color css

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

 a { background-color: rgb(152,158,18); }

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

border-color css

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

 span { border-color: rgb(152,158,18); }

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