#96930B

Color #96930B Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #96930B

Tints of Citron #96930B

Color information

#96930B (or 0x96930B) is unknown color: approx Citron. HEX triplet: 96, 93 and 0B. RGB value is (150,147,11). Sum of RGB (Red+Green+Blue) = 150+147+11=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96930B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96930B is #696CF4. Grayscale: #848484. Windows color (decimal): -6909173 or 758678. OLE color: 758678.

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

Color convert

RGB15014711-
CMYK00.020.930.41
HSL58.71º86.34%31.57%-
HSV(B)58.71º92.67%58.82%-
XYZ23.0727.384.38-
YUV132.3959.49140.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 147 (57.81% from 255) = 47.73%
BLUE value IS 11 (4.69% from 255) = 3.57%
R=48.70%
G=47.73%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501471100.020.930.4158.7186.3431.57
Hex9693B025D293b5620
Octal2262231302135517312640
Binary1001011010010011101101010111011010011110111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96930B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96930B;
 }
 .AnyTagClassName
 {
   color: #96930B;
 }
</style>
background-color css

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

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

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

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

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

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