#95B450

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

Shades of Chelsea Cucumber #95B450

Tints of Chelsea Cucumber #95B450

Color information

#95B450 (or 0x95B450) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B4 and 50. RGB value is (149,180,80). Sum of RGB (Red+Green+Blue) = 149+180+80=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #95B450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B450 is #6A4BAF. Grayscale: #9F9F9F. Windows color (decimal): -6966192 or 5289109. OLE color: 5289109.

HSL color Cylindrical-coordinate representation of color #95B450: hue angle of 78.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95B450 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB14918080-
CMYK0.1700.560.29
HSL78.6º40%50.98%-
HSV(B)78.6º55.56%70.59%-
XYZ30.1639.6113.65-
YUV159.3383.23120.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 80 (31.64% from 255) = 19.56%
R=36.43%
G=44.01%
B=19.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149180800.1700.560.2978.64050.98
Hex95B450110381D4f2833
Octal22526412021070351175063
Binary10010101101101001010000100010111000111011001111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,180,80); }

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

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

 a { background-color: rgb(149,180,80); }

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

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

 span { border-color: rgb(149,180,80); }

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