#96B74E

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

Shades of Chelsea Cucumber #96B74E

Tints of Chelsea Cucumber #96B74E

Color information

#96B74E (or 0x96B74E) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B7 and 4E. RGB value is (150,183,78). Sum of RGB (Red+Green+Blue) = 150+183+78=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #96B74E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B74E is #6948B1. Grayscale: #A1A1A1. Windows color (decimal): -6899890 or 5158806. OLE color: 5158806.

HSL color Cylindrical-coordinate representation of color #96B74E: hue angle of 78.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96B74E is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB15018378-
CMYK0.1800.570.28
HSL78.86º42.17%51.18%-
HSV(B)78.86º57.38%71.76%-
XYZ30.8940.913.47-
YUV161.1681.07120.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 183 (71.88% from 255) = 44.53%
BLUE value IS 78 (30.86% from 255) = 18.98%
R=36.50%
G=44.53%
B=18.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183780.1800.570.2878.8642.1751.18
Hex96B74E120391C4f2a33
Octal22626711622071341175263
Binary10010110101101111001110100100111001111001001111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B74E; }

 p { color: rgb(150,183,78); }

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

<style>
 a { background-color: #96B74E; }

 a { background-color: rgb(150,183,78); }

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

<style>
 span { border-color: #96B74E; }

 span { border-color: rgb(150,183,78); }

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