Html Css Color HEX #99980D Citron

📋 copy color: '#99980D'

red 153 ◦ green 152 ◦ blue 13

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

Shades of Citron #99980D

Tints of Citron #99980D

RGB

 RED value IS 153 (60.16% from 255) = 48.11%

 GREEN value IS 152 (59.77% from 255) = 47.8%

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

R = 48.11%
G = 47.8%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99980D (or 0x99980D) is known color: Citron. HEX triplet: 99, 98 and 0D. RGB value is (153,152,13). Sum of RGB (Red+Green+Blue) = 153+152+13=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99980D is #6667F2. Grayscale: #898989. Windows color (decimal): -6711283 or 891033. OLE color: 891033.

HSL color Cylindrical-coordinate representation of color #99980D: hue angle of 59.57º 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 #99980D is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 152 13 -
CMYK 0 0.01 0.92 0.4
HSL 59.57º 0.84% 0.33% -
HSV(B) 59.57º 0.92% 0.6% -
XYZ 24.44 29.26 4.74 -
YUV 136.45 58.33 139.8 -
System Red Green Blue C M Y K H S L
Decimal 153 152 13 0 0.01 0.92 0.4 59.57 0.84 0.33
Hex 99 98 D 0 1 5C 28 3C 54 21
Octal 231 230 15 0 1 134 50 74 124 41
Binary 10011001 10011000 1101 0 1 1011100 101000 111100 1010100 100001

Color Harmonies of #99980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99980D

Black with #99980D

Text Example


Text Example

White with #99980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99980D; }

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

 H1.HeaderClassName
 {
   color: #99980D;
 }
 .AnyTagClassName
 {
   color: #99980D;
 }
</style>

background-color css

<style>
 a { background-color: #99980D; }

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

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

border-color css

<style>
 span { border-color: #99980D; }

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

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