#95ba11

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

Shades of Citrus #95BA11

Tints of Citrus #95BA11

Color information

#95BA11 (or 0x95BA11) is unknown color: approx Citrus. HEX triplet: 95, BA and 11. RGB value is (149,186,17). Sum of RGB (Red+Green+Blue) = 149+186+17=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BA11 is #6A45EE. Grayscale: #9C9C9C. Windows color (decimal): -6964719 or 1161877. OLE color: 1161877.

HSL color Cylindrical-coordinate representation of color #95BA11: hue angle of 73.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95BA11 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB14918617-
CMYK0.2000.910.27
HSL73.14º83.25%39.8%-
HSV(B)73.14º90.86%72.94%-
XYZ30.0541.556.97-
YUV155.6749.74123.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 186 (73.05% from 255) = 52.84%
BLUE value IS 17 (7.03% from 255) = 4.83%
R=42.33%
G=52.84%
B=4.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149186170.2000.910.2773.1483.2539.8
Hex95BA111405B1B495328
Octal225272212401333311112350
Binary10010101101110101000110100010110111101110010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ba11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,186,17); }

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

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

 a { background-color: rgb(149,186,17); }

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

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

 span { border-color: rgb(149,186,17); }

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