Html Css Color HEX #999710 Citron

📋 copy color: '#999710'

red 153 ◦ green 151 ◦ blue 16

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

Shades of Citron #999710

Tints of Citron #999710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5%

R = 47.81%
G = 47.19%
B = 5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#999710 (or 0x999710) is known color: Citron. HEX triplet: 99, 97 and 10. RGB value is (153,151,16). Sum of RGB (Red+Green+Blue) = 153+151+16=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #999710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999710 is #6668EF. Grayscale: #888888. Windows color (decimal): -6711536 or 1087385. OLE color: 1087385.

HSL color Cylindrical-coordinate representation of color #999710: hue angle of 59.12º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #999710 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 151 16 -
CMYK 0 0.01 0.90 0.4
HSL 59.12º 0.81% 0.33% -
HSV(B) 59.12º 0.9% 0.6% -
XYZ 24.3 28.94 4.8 -
YUV 136.21 60.16 139.98 -
System Red Green Blue C M Y K H S L
Decimal 153 151 16 0 0.01 0.90 0.4 59.12 0.81 0.33
Hex 99 97 10 0 1 5A 28 3B 51 21
Octal 231 227 20 0 1 132 50 73 121 41
Binary 10011001 10010111 10000 0 1 1011010 101000 111011 1010001 100001

Color Harmonies of #999710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999710

Black with #999710

Text Example


Text Example

White with #999710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999710; }

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

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

background-color css

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

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

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

border-color css

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

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

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