Html Css Color HEX #989D0D Citron

📋 copy color: '#989D0D'

red 152 ◦ green 157 ◦ blue 13

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

Shades of Citron #989D0D

Tints of Citron #989D0D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.76%

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

R = 47.2%
G = 48.76%
B = 4.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#989D0D (or 0x989D0D) is known color: Citron. HEX triplet: 98, 9D and 0D. RGB value is (152,157,13). Sum of RGB (Red+Green+Blue) = 152+157+13=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #989D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989D0D is #6762F2. Grayscale: #8B8B8B. Windows color (decimal): -6775539 or 892312. OLE color: 892312.

HSL color Cylindrical-coordinate representation of color #989D0D: hue angle of 62.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #989D0D is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 157 13 -
CMYK 0.03 0 0.92 0.38
HSL 62.08º 0.85% 0.33% -
HSV(B) 62.08º 0.92% 0.62% -
XYZ 25.08 30.82 5.01 -
YUV 139.09 56.84 137.21 -
System Red Green Blue C M Y K H S L
Decimal 152 157 13 0.03 0 0.92 0.38 62.08 0.85 0.33
Hex 98 9D D 3 0 5C 26 3E 55 21
Octal 230 235 15 3 0 134 46 76 125 41
Binary 10011000 10011101 1101 11 0 1011100 100110 111110 1010101 100001

Color Harmonies of #989D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D0D

Black with #989D0D

Text Example


Text Example

White with #989D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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