#95BF1A

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

Shades of Bahia #95BF1A

Tints of Bahia #95BF1A

Color information

#95BF1A (or 0x95BF1A) is unknown color: approx Bahia. HEX triplet: 95, BF and 1A. RGB value is (149,191,26). Sum of RGB (Red+Green+Blue) = 149+191+26=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BF1A is #6A40E5. Grayscale: #A0A0A0. Windows color (decimal): -6963430 or 1752981. OLE color: 1752981.

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

Color convert

RGB14919126-
CMYK0.2200.860.25
HSL75.27º76.04%42.55%-
HSV(B)75.27º86.39%74.9%-
XYZ31.2143.737.77-
YUV159.6352.59120.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 191 (75% from 255) = 52.19%
BLUE value IS 26 (10.55% from 255) = 7.10%
R=40.71%
G=52.19%
B=7.10%

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
Decimal149191260.2200.860.2575.2776.0442.55
Hex95BF1A16056194b4c2b
Octal225277322601263111311453
Binary10010101101111111101010110010101101100110010111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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