#95BF1B

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

Shades of Bahia #95BF1B

Tints of Bahia #95BF1B

Color information

#95BF1B (or 0x95BF1B) is unknown color: approx Bahia. HEX triplet: 95, BF and 1B. RGB value is (149,191,27). Sum of RGB (Red+Green+Blue) = 149+191+27=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BF1B is #6A40E4. Grayscale: #A0A0A0. Windows color (decimal): -6963429 or 1818517. OLE color: 1818517.

HSL color Cylindrical-coordinate representation of color #95BF1B: hue angle of 75.37º degrees, saturation: 0.75, 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 #95BF1B is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB14919127-
CMYK0.2200.860.25
HSL75.37º75.23%42.75%-
HSV(B)75.37º85.86%74.9%-
XYZ31.2243.737.83-
YUV159.7553.09120.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 191 (75% from 255) = 52.04%
BLUE value IS 27 (10.94% from 255) = 7.36%
R=40.60%
G=52.04%
B=7.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149191270.2200.860.2575.3775.2342.75
Hex95BF1B16056194b4b2b
Octal225277332601263111311353
Binary10010101101111111101110110010101101100110010111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BF1B; }

 p { color: rgb(149,191,27); }

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

<style>
 a { background-color: #95BF1B; }

 a { background-color: rgb(149,191,27); }

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

<style>
 span { border-color: #95BF1B; }

 span { border-color: rgb(149,191,27); }

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