Html Css Color HEX #96940C Citron

📋 copy color: '#96940C'

red 150 ◦ green 148 ◦ blue 12

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

Shades of Citron #96940C

Tints of Citron #96940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.74%

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

R = 48.39%
G = 47.74%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96940C (or 0x96940C) is known color: Citron. HEX triplet: 96, 94 and 0C. RGB value is (150,148,12). Sum of RGB (Red+Green+Blue) = 150+148+12=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96940C is #696BF3. Grayscale: #858585. Windows color (decimal): -6908916 or 824470. OLE color: 824470.

HSL color Cylindrical-coordinate representation of color #96940C: hue angle of 59.13º 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 #96940C is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 12 -
CMYK 0 0.01 0.92 0.41
HSL 59.13º 0.85% 0.32% -
HSV(B) 59.13º 0.92% 0.59% -
XYZ 23.23 27.69 4.47 -
YUV 133.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 150 148 12 0 0.01 0.92 0.41 59.13 0.85 0.32
Hex 96 94 C 0 1 5C 29 3B 55 20
Octal 226 224 14 0 1 134 51 73 125 40
Binary 10010110 10010100 1100 0 1 1011100 101001 111011 1010101 100000

Color Harmonies of #96940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96940C

Black with #96940C

Text Example


Text Example

White with #96940C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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