#96C915

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

Shades of Bahia #96C915

Tints of Bahia #96C915

Color information

#96C915 (or 0x96C915) is unknown color: approx Bahia. HEX triplet: 96, C9 and 15. RGB value is (150,201,21). Sum of RGB (Red+Green+Blue) = 150+201+21=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 201 (78.91% from 255 or 54.03% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 201 - color contains mainly: green. Hex color #96C915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C915 is #6936EA. Grayscale: #A5A5A5. Windows color (decimal): -6895339 or 1427862. OLE color: 1427862.

HSL color Cylindrical-coordinate representation of color #96C915: hue angle of 77º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96C915 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB15020121-
CMYK0.2500.900.21
HSL77º81.08%43.53%-
HSV(B)77º89.55%78.82%-
XYZ33.648.318.26-
YUV165.2346.6117.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 201 (78.91% from 255) = 54.03%
BLUE value IS 21 (8.59% from 255) = 5.65%
R=40.32%
G=54.03%
B=5.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150201210.2500.900.217781.0843.53
Hex96C9151905A154d512c
Octal226311253101322511512154
Binary10010110110010011010111001010110101010110011011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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