#96BF1A

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

Shades of Bahia #96BF1A

Tints of Bahia #96BF1A

Color information

#96BF1A (or 0x96BF1A) is unknown color: approx Bahia. HEX triplet: 96, BF and 1A. RGB value is (150,191,26). Sum of RGB (Red+Green+Blue) = 150+191+26=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BF1A is #6940E5. Grayscale: #A0A0A0. Windows color (decimal): -6897894 or 1752982. OLE color: 1752982.

HSL color Cylindrical-coordinate representation of color #96BF1A: hue angle of 74.91º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96BF1A is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB15019126-
CMYK0.2100.860.25
HSL74.91º76.04%42.55%-
HSV(B)74.91º86.39%74.9%-
XYZ31.3943.827.78-
YUV159.9352.42120.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 191 (75% from 255) = 52.04%
BLUE value IS 26 (10.55% from 255) = 7.08%
R=40.87%
G=52.04%
B=7.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150191260.2100.860.2574.9176.0442.55
Hex96BF1A15056194b4c2b
Octal226277322501263111311453
Binary10010110101111111101010101010101101100110010111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,191,26); }

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

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

 a { background-color: rgb(150,191,26); }

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

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

 span { border-color: rgb(150,191,26); }

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