Html Css Color HEX #999713 Citron

📋 copy color: '#999713'

red 153 ◦ green 151 ◦ blue 19

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

Shades of Citron #999713

Tints of Citron #999713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.75%

 BLUE value IS 19 (7.81% from 255) = 5.88%

R = 47.37%
G = 46.75%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#999713 (or 0x999713) is known color: Citron. HEX triplet: 99, 97 and 13. RGB value is (153,151,19). Sum of RGB (Red+Green+Blue) = 153+151+19=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #999713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999713 is #6668EC. Grayscale: #898989. Windows color (decimal): -6711533 or 1283993. OLE color: 1283993.

HSL color Cylindrical-coordinate representation of color #999713: hue angle of 59.1º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #999713 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 151 19 -
CMYK 0 0.01 0.88 0.4
HSL 59.1º 0.78% 0.34% -
HSV(B) 59.1º 0.88% 0.6% -
XYZ 24.32 28.95 4.92 -
YUV 136.55 61.66 139.73 -
System Red Green Blue C M Y K H S L
Decimal 153 151 19 0 0.01 0.88 0.4 59.1 0.78 0.34
Hex 99 97 13 0 1 58 28 3B 4E 22
Octal 231 227 23 0 1 130 50 73 116 42
Binary 10011001 10010111 10011 0 1 1011000 101000 111011 1001110 100010

Color Harmonies of #999713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999713

Black with #999713

Text Example


Text Example

White with #999713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999713; }

 p { color: rgb(153,151,19); }

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

background-color css

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

 a { background-color: rgb(153,151,19); }

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

border-color css

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

 span { border-color: rgb(153,151,19); }

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