#95B113

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

Shades of Citrus #95B113

Tints of Citrus #95B113

Color information

#95B113 (or 0x95B113) is unknown color: approx Citrus. HEX triplet: 95, B1 and 13. RGB value is (149,177,19). Sum of RGB (Red+Green+Blue) = 149+177+19=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #95B113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95B113 is #6A4EEC. Grayscale: #979797. Windows color (decimal): -6967021 or 1290645. OLE color: 1290645.

HSL color Cylindrical-coordinate representation of color #95B113: hue angle of 70.63º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95B113 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB14917719-
CMYK0.1600.890.31
HSL70.63º80.61%38.43%-
HSV(B)70.63º89.27%69.41%-
XYZ28.2337.886.44-
YUV150.6253.72126.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 19 (7.81% from 255) = 5.51%
R=43.19%
G=51.30%
B=5.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149177190.1600.890.3170.6380.6138.43
Hex95B113100591F475126
Octal225261232001313710712146
Binary10010101101100011001110000010110011111110001111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,177,19); }

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

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

 a { background-color: rgb(149,177,19); }

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

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

 span { border-color: rgb(149,177,19); }

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