#95C11E

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

Shades of Bahia #95C11E

Tints of Bahia #95C11E

Color information

#95C11E (or 0x95C11E) is unknown color: approx Bahia. HEX triplet: 95, C1 and 1E. RGB value is (149,193,30). Sum of RGB (Red+Green+Blue) = 149+193+30=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #95C11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C11E is #6A3EE1. Grayscale: #A1A1A1. Windows color (decimal): -6962914 or 2015637. OLE color: 2015637.

HSL color Cylindrical-coordinate representation of color #95C11E: hue angle of 76.2º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95C11E is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB14919330-
CMYK0.2300.840.24
HSL76.2º73.09%43.73%-
HSV(B)76.2º84.46%75.69%-
XYZ31.744.628.17-
YUV161.2653.92119.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 193 (75.78% from 255) = 51.88%
BLUE value IS 30 (12.11% from 255) = 8.06%
R=40.05%
G=51.88%
B=8.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149193300.2300.840.2476.273.0943.73
Hex95C11E17054184c492c
Octal225301362701243011411154
Binary10010101110000011111010111010101001100010011001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,193,30); }

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

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

 a { background-color: rgb(149,193,30); }

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

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

 span { border-color: rgb(149,193,30); }

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