Html Css Color HEX #96920C Citron

📋 copy color: '#96920C'

red 150 ◦ green 146 ◦ blue 12

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

Shades of Citron #96920C

Tints of Citron #96920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.4%

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

R = 48.7%
G = 47.4%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96920C (or 0x96920C) is known color: Citron. HEX triplet: 96, 92 and 0C. RGB value is (150,146,12). Sum of RGB (Red+Green+Blue) = 150+146+12=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96920C is #696DF3. Grayscale: #848484. Windows color (decimal): -6909428 or 823958. OLE color: 823958.

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

Color convert

RGB 150 146 12 -
CMYK 0 0.03 0.92 0.41
HSL 58.26º 0.85% 0.32% -
HSV(B) 58.26º 0.92% 0.59% -
XYZ 22.92 27.07 4.36 -
YUV 131.92 60.33 140.9 -
System Red Green Blue C M Y K H S L
Decimal 150 146 12 0 0.03 0.92 0.41 58.26 0.85 0.32
Hex 96 92 C 0 3 5C 29 3A 55 20
Octal 226 222 14 0 3 134 51 72 125 40
Binary 10010110 10010010 1100 0 11 1011100 101001 111010 1010101 100000

Color Harmonies of #96920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96920C

Black with #96920C

Text Example


Text Example

White with #96920C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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