#95B148

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

Shades of Chelsea Cucumber #95B148

Tints of Chelsea Cucumber #95B148

Color information

#95B148 (or 0x95B148) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B1 and 48. RGB value is (149,177,72). Sum of RGB (Red+Green+Blue) = 149+177+72=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #95B148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95B148 is #6A4EB7. Grayscale: #9D9D9D. Windows color (decimal): -6966968 or 4764053. OLE color: 4764053.

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

Color convert

RGB14917772-
CMYK0.1600.590.31
HSL76º42.17%48.82%-
HSV(B)76º59.32%69.41%-
XYZ29.2938.311.98-
YUV156.6680.22122.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 177 (69.53% from 255) = 44.47%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=37.44%
G=44.47%
B=18.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149177720.1600.590.317642.1748.82
Hex95B1481003B1F4c2a31
Octal22526111020073371145261
Binary10010101101100011001000100000111011111111001100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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