#96BA0C

Color #96BA0C Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #96BA0C

Tints of Citrus #96BA0C

Color information

#96BA0C (or 0x96BA0C) is unknown color: approx Citrus. HEX triplet: 96, BA and 0C. RGB value is (150,186,12). Sum of RGB (Red+Green+Blue) = 150+186+12=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BA0C is #6945F3. Grayscale: #9C9C9C. Windows color (decimal): -6899188 or 834198. OLE color: 834198.

HSL color Cylindrical-coordinate representation of color #96BA0C: hue angle of 72.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96BA0C is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB15018612-
CMYK0.1900.940.27
HSL72.41º87.88%38.82%-
HSV(B)72.41º93.55%72.94%-
XYZ30.241.636.79-
YUV155.447.07124.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 186 (73.05% from 255) = 53.45%
BLUE value IS 12 (5.08% from 255) = 3.45%
R=43.10%
G=53.45%
B=3.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150186120.1900.940.2772.4187.8838.82
Hex96BAC1305E1B485827
Octal226272142301363311013047
Binary1001011010111010110010011010111101101110010001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BA0C; }

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

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

<style>
 a { background-color: #96BA0C; }

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

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

<style>
 span { border-color: #96BA0C; }

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

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