Html Css Color HEX #99970C Citron

📋 copy color: '#99970C'

red 153 ◦ green 151 ◦ blue 12

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

Shades of Citron #99970C

Tints of Citron #99970C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 48.42%
G = 47.78%
B = 3.8%

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

#99970C (or 0x99970C) is known color: Citron. HEX triplet: 99, 97 and 0C. RGB value is (153,151,12). Sum of RGB (Red+Green+Blue) = 153+151+12=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99970C is #6668F3. Grayscale: #888888. Windows color (decimal): -6711540 or 825241. OLE color: 825241.

HSL color Cylindrical-coordinate representation of color #99970C: hue angle of 59.15º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99970C is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 151 12 -
CMYK 0 0.01 0.92 0.4
HSL 59.15º 0.85% 0.32% -
HSV(B) 59.15º 0.92% 0.6% -
XYZ 24.27 28.93 4.65 -
YUV 135.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 153 151 12 0 0.01 0.92 0.4 59.15 0.85 0.32
Hex 99 97 C 0 1 5C 28 3B 55 20
Octal 231 227 14 0 1 134 50 73 125 40
Binary 10011001 10010111 1100 0 1 1011100 101000 111011 1010101 100000

Color Harmonies of #99970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99970C

Black with #99970C

Text Example


Text Example

White with #99970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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