#8CBE4A

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

Shades of Chelsea Cucumber #8CBE4A

Tints of Chelsea Cucumber #8CBE4A

Color information

#8CBE4A (or 0x8CBE4A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, BE and 4A. RGB value is (140,190,74). Sum of RGB (Red+Green+Blue) = 140+190+74=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBE4A is #7341B5. Grayscale: #A2A2A2. Windows color (decimal): -7553462 or 4898444. OLE color: 4898444.

HSL color Cylindrical-coordinate representation of color #8CBE4A: hue angle of 85.86º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CBE4A is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB14019074-
CMYK0.2600.610.25
HSL85.86º47.15%51.76%-
HSV(B)85.86º61.05%74.51%-
XYZ30.4642.913.15-
YUV161.8378.44112.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.65%
GREEN value IS 190 (74.61% from 255) = 47.03%
BLUE value IS 74 (29.30% from 255) = 18.32%
R=34.65%
G=47.03%
B=18.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140190740.2600.610.2585.8647.1551.76
Hex8CBE4A1A03D19562f34
Octal21427611232075311265764
Binary10001100101111101001010110100111101110011010110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CBE4A; }

 p { color: rgb(140,190,74); }

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

<style>
 a { background-color: #8CBE4A; }

 a { background-color: rgb(140,190,74); }

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

<style>
 span { border-color: #8CBE4A; }

 span { border-color: rgb(140,190,74); }

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