Html Css Color HEX #96930C Citron

📋 copy color: '#96930C'

red 150 ◦ green 147 ◦ blue 12

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

Shades of Citron #96930C

Tints of Citron #96930C

RGB

 RED value IS 150 (58.98% from 255) = 48.54%

 GREEN value IS 147 (57.81% from 255) = 47.57%

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

R = 48.54%
G = 47.57%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96930C (or 0x96930C) is known color: Citron. HEX triplet: 96, 93 and 0C. RGB value is (150,147,12). Sum of RGB (Red+Green+Blue) = 150+147+12=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96930C is #696CF3. Grayscale: #858585. Windows color (decimal): -6909172 or 824214. OLE color: 824214.

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

Color convert

RGB 150 147 12 -
CMYK 0 0.02 0.92 0.41
HSL 58.7º 0.85% 0.32% -
HSV(B) 58.7º 0.92% 0.59% -
XYZ 23.08 27.38 4.42 -
YUV 132.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 150 147 12 0 0.02 0.92 0.41 58.7 0.85 0.32
Hex 96 93 C 0 2 5C 29 3B 55 20
Octal 226 223 14 0 2 134 51 73 125 40
Binary 10010110 10010011 1100 0 10 1011100 101001 111011 1010101 100000

Color Harmonies of #96930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96930C

Black with #96930C

Text Example


Text Example

White with #96930C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,147,12); }

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

background-color css

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

 a { background-color: rgb(150,147,12); }

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

border-color css

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

 span { border-color: rgb(150,147,12); }

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