#96C01F

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

Shades of Bahia #96C01F

Tints of Bahia #96C01F

Color information

#96C01F (or 0x96C01F) is unknown color: approx Bahia. HEX triplet: 96, C0 and 1F. RGB value is (150,192,31). Sum of RGB (Red+Green+Blue) = 150+192+31=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #96C01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C01F is #693FE0. Grayscale: #A1A1A1. Windows color (decimal): -6897633 or 2080918. OLE color: 2080918.

HSL color Cylindrical-coordinate representation of color #96C01F: hue angle of 75.65º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96C01F is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB15019231-
CMYK0.2200.840.25
HSL75.65º72.2%43.73%-
HSV(B)75.65º83.85%75.29%-
XYZ31.6744.288.17-
YUV161.0954.59120.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 192 (75.39% from 255) = 51.47%
BLUE value IS 31 (12.5% from 255) = 8.31%
R=40.21%
G=51.47%
B=8.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150192310.2200.840.2575.6572.243.73
Hex96C01F16054194c482c
Octal226300372601243111411054
Binary10010110110000001111110110010101001100110011001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,192,31); }

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

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

 a { background-color: rgb(150,192,31); }

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

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

 span { border-color: rgb(150,192,31); }

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