#96C90A

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

Shades of Citrus #96C90A

Tints of Citrus #96C90A

Color information

#96C90A (or 0x96C90A) is unknown color: approx Citrus. HEX triplet: 96, C9 and 0A. RGB value is (150,201,10). Sum of RGB (Red+Green+Blue) = 150+201+10=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #96C90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C90A is #6936F5. Grayscale: #A4A4A4. Windows color (decimal): -6895350 or 706966. OLE color: 706966.

HSL color Cylindrical-coordinate representation of color #96C90A: hue angle of 76.02º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96C90A is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB15020110-
CMYK0.2500.950.21
HSL76.02º90.52%41.37%-
HSV(B)76.02º95.02%78.82%-
XYZ33.5248.287.84-
YUV163.9841.1118.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 201 (78.91% from 255) = 55.68%
BLUE value IS 10 (4.30% from 255) = 2.77%
R=41.55%
G=55.68%
B=2.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150201100.2500.950.2176.0290.5241.37
Hex96C9A1905F154c5b29
Octal226311123101372511413351
Binary1001011011001001101011001010111111010110011001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,201,10); }

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

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

 a { background-color: rgb(150,201,10); }

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

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

 span { border-color: rgb(150,201,10); }

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