Html Css Color HEX #8CB74D Chelsea Cucumber

📋 copy color: '#8CB74D'

red 140 ◦ green 183 ◦ blue 77

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

Shades of Chelsea Cucumber #8CB74D

Tints of Chelsea Cucumber #8CB74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 35%
G = 45.75%
B = 19.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#8CB74D (or 0x8CB74D) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 4D. RGB value is (140,183,77). Sum of RGB (Red+Green+Blue) = 140+183+77=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB74D is #7348B2. Grayscale: #9E9E9E. Windows color (decimal): -7555251 or 5093260. OLE color: 5093260.

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

Color convert

RGB 140 183 77 -
CMYK 0.23 0 0.58 0.28
HSL 84.34º 0.42% 0.51% -
HSV(B) 84.34º 0.58% 0.72% -
XYZ 29.09 39.98 13.2 -
YUV 158.06 82.25 115.12 -
System Red Green Blue C M Y K H S L
Decimal 140 183 77 0.23 0 0.58 0.28 84.34 0.42 0.51
Hex 8C B7 4D 17 0 3A 1C 54 2A 33
Octal 214 267 115 27 0 72 34 124 52 63
Binary 10001100 10110111 1001101 10111 0 111010 11100 1010100 101010 110011

Color Harmonies of #8CB74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB74D

Black with #8CB74D

Text Example


Text Example

White with #8CB74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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