Html Css Color HEX #999712 Citron

📋 copy color: '#999712'

red 153 ◦ green 151 ◦ blue 18

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

Shades of Citron #999712

Tints of Citron #999712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 47.52%
G = 46.89%
B = 5.59%

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

#999712 (or 0x999712) is known color: Citron. HEX triplet: 99, 97 and 12. RGB value is (153,151,18). Sum of RGB (Red+Green+Blue) = 153+151+18=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #999712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999712 is #6668ED. Grayscale: #888888. Windows color (decimal): -6711534 or 1218457. OLE color: 1218457.

HSL color Cylindrical-coordinate representation of color #999712: hue angle of 59.11º degrees, saturation: 0.79, 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 #999712 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 151 18 -
CMYK 0 0.01 0.88 0.4
HSL 59.11º 0.79% 0.34% -
HSV(B) 59.11º 0.88% 0.6% -
XYZ 24.31 28.95 4.88 -
YUV 136.44 61.16 139.81 -
System Red Green Blue C M Y K H S L
Decimal 153 151 18 0 0.01 0.88 0.4 59.11 0.79 0.34
Hex 99 97 12 0 1 58 28 3B 4F 22
Octal 231 227 22 0 1 130 50 73 117 42
Binary 10011001 10010111 10010 0 1 1011000 101000 111011 1001111 100010

Color Harmonies of #999712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999712

Black with #999712

Text Example


Text Example

White with #999712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999712; }

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

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

background-color css

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

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

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

border-color css

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

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

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