Html Css Color HEX #8FBD5D Chelsea Cucumber

📋 copy color: '#8FBD5D'

red 143 ◦ green 189 ◦ blue 93

#8FBD5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8FBD5D

Tints of Chelsea Cucumber #8FBD5D

RGB

 RED value IS 143 (56.25% from 255) = 33.65%

 GREEN value IS 189 (74.22% from 255) = 44.47%

 BLUE value IS 93 (36.72% from 255) = 21.88%

R = 33.65%
G = 44.47%
B = 21.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#8FBD5D (or 0x8FBD5D) is known color: Chelsea Cucumber. HEX triplet: 8F, BD and 5D. RGB value is (143,189,93). Sum of RGB (Red+Green+Blue) = 143+189+93=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBD5D is #7042A2. Grayscale: #A4A4A4. Windows color (decimal): -7357091 or 6143375. OLE color: 6143375.

HSL color Cylindrical-coordinate representation of color #8FBD5D: hue angle of 88.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FBD5D is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 189 93 -
CMYK 0.24 0 0.51 0.26
HSL 88.75º 0.42% 0.55% -
HSV(B) 88.75º 0.51% 0.74% -
XYZ 31.5 43.03 17 -
YUV 164.3 87.76 112.81 -
System Red Green Blue C M Y K H S L
Decimal 143 189 93 0.24 0 0.51 0.26 88.75 0.42 0.55
Hex 8F BD 5D 18 0 33 1A 59 2A 37
Octal 217 275 135 30 0 63 32 131 52 67
Binary 10001111 10111101 1011101 11000 0 110011 11010 1011001 101010 110111

Color Harmonies of #8FBD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBD5D

Black with #8FBD5D

Text Example


Text Example

White with #8FBD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,189,93); }

 H1.HeaderClassName
 {
   color: #8FBD5D;
 }
 .AnyTagClassName
 {
   color: #8FBD5D;
 }
</style>

background-color css

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

 a { background-color: rgb(143,189,93); }

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

border-color css

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

 span { border-color: rgb(143,189,93); }

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