#8CBD4B

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

Shades of Chelsea Cucumber #8CBD4B

Tints of Chelsea Cucumber #8CBD4B

Color information

#8CBD4B (or 0x8CBD4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, BD and 4B. RGB value is (140,189,75). Sum of RGB (Red+Green+Blue) = 140+189+75=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBD4B is #7342B4. Grayscale: #A1A1A1. Windows color (decimal): -7553717 or 4963724. OLE color: 4963724.

HSL color Cylindrical-coordinate representation of color #8CBD4B: hue angle of 85.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CBD4B is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB14018975-
CMYK0.2600.600.26
HSL85.79º46.34%51.76%-
HSV(B)85.79º60.32%74.12%-
XYZ30.2842.4813.26-
YUV161.3579.27112.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.65%
GREEN value IS 189 (74.22% from 255) = 46.78%
BLUE value IS 75 (29.69% from 255) = 18.56%
R=34.65%
G=46.78%
B=18.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140189750.2600.600.2685.7946.3451.76
Hex8CBD4B1A03C1A562e34
Octal21427511332074321265664
Binary10001100101111011001011110100111100110101010110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,75); }

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

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

 a { background-color: rgb(140,189,75); }

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

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

 span { border-color: rgb(140,189,75); }

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