Html Css Color HEX #989A0D Citron

📋 copy color: '#989A0D'

red 152 ◦ green 154 ◦ blue 13

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

Shades of Citron #989A0D

Tints of Citron #989A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.28%

 BLUE value IS 13 (5.47% from 255) = 4.08%

R = 47.65%
G = 48.28%
B = 4.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#989A0D (or 0x989A0D) is known color: Citron. HEX triplet: 98, 9A and 0D. RGB value is (152,154,13). Sum of RGB (Red+Green+Blue) = 152+154+13=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #989A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989A0D is #6765F2. Grayscale: #898989. Windows color (decimal): -6776307 or 891544. OLE color: 891544.

HSL color Cylindrical-coordinate representation of color #989A0D: hue angle of 60.85º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #989A0D is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 154 13 -
CMYK 0.01 0 0.92 0.40
HSL 60.85º 0.84% 0.33% -
HSV(B) 60.85º 0.92% 0.6% -
XYZ 24.58 29.82 4.84 -
YUV 137.33 57.84 138.46 -
System Red Green Blue C M Y K H S L
Decimal 152 154 13 0.01 0 0.92 0.40 60.85 0.84 0.33
Hex 98 9A D 1 0 5C 28 3D 54 21
Octal 230 232 15 1 0 134 50 75 124 41
Binary 10011000 10011010 1101 1 0 1011100 101000 111101 1010100 100001

Color Harmonies of #989A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989A0D

Black with #989A0D

Text Example


Text Example

White with #989A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,154,13); }

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

background-color css

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

 a { background-color: rgb(152,154,13); }

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

border-color css

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

 span { border-color: rgb(152,154,13); }

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