Html Css Color HEX #989B0C Citron

📋 copy color: '#989B0C'

red 152 ◦ green 155 ◦ blue 12

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

Shades of Citron #989B0C

Tints of Citron #989B0C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.59%

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 47.65%
G = 48.59%
B = 3.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#989B0C (or 0x989B0C) is known color: Citron. HEX triplet: 98, 9B and 0C. RGB value is (152,155,12). Sum of RGB (Red+Green+Blue) = 152+155+12=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #989B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989B0C is #6764F3. Grayscale: #8A8A8A. Windows color (decimal): -6776052 or 826264. OLE color: 826264.

HSL color Cylindrical-coordinate representation of color #989B0C: hue angle of 61.26º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #989B0C is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 155 12 -
CMYK 0.02 0 0.92 0.39
HSL 61.26º 0.86% 0.33% -
HSV(B) 61.26º 0.92% 0.61% -
XYZ 24.74 30.14 4.86 -
YUV 137.8 57.01 138.13 -
System Red Green Blue C M Y K H S L
Decimal 152 155 12 0.02 0 0.92 0.39 61.26 0.86 0.33
Hex 98 9B C 2 0 5C 27 3D 56 21
Octal 230 233 14 2 0 134 47 75 126 41
Binary 10011000 10011011 1100 10 0 1011100 100111 111101 1010110 100001

Color Harmonies of #989B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B0C

Black with #989B0C

Text Example


Text Example

White with #989B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,155,12); }

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

background-color css

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

 a { background-color: rgb(152,155,12); }

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

border-color css

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

 span { border-color: rgb(152,155,12); }

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