Html Css Color HEX #8CB75D Chelsea Cucumber

📋 copy color: '#8CB75D'

red 140 ◦ green 183 ◦ blue 93

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

Shades of Chelsea Cucumber #8CB75D

Tints of Chelsea Cucumber #8CB75D

RGB

 RED value IS 140 (55.08% from 255) = 33.65%

 GREEN value IS 183 (71.88% from 255) = 43.99%

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

R = 33.65%
G = 43.99%
B = 22.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#8CB75D (or 0x8CB75D) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 5D. RGB value is (140,183,93). Sum of RGB (Red+Green+Blue) = 140+183+93=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB75D is #7348A2. Grayscale: #A0A0A0. Windows color (decimal): -7555235 or 6141836. OLE color: 6141836.

HSL color Cylindrical-coordinate representation of color #8CB75D: hue angle of 88.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CB75D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 93 -
CMYK 0.23 0 0.49 0.28
HSL 88.67º 0.38% 0.54% -
HSV(B) 88.67º 0.49% 0.72% -
XYZ 29.72 40.23 16.55 -
YUV 159.88 90.25 113.82 -
System Red Green Blue C M Y K H S L
Decimal 140 183 93 0.23 0 0.49 0.28 88.67 0.38 0.54
Hex 8C B7 5D 17 0 31 1C 59 26 36
Octal 214 267 135 27 0 61 34 131 46 66
Binary 10001100 10110111 1011101 10111 0 110001 11100 1011001 100110 110110

Color Harmonies of #8CB75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB75D

Black with #8CB75D

Text Example


Text Example

White with #8CB75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,183,93); }

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

background-color css

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

 a { background-color: rgb(140,183,93); }

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

border-color css

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

 span { border-color: rgb(140,183,93); }

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