Html Css Color HEX #8CB34A Chelsea Cucumber

📋 copy color: '#8CB34A'

red 140 ◦ green 179 ◦ blue 74

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

Shades of Chelsea Cucumber #8CB34A

Tints of Chelsea Cucumber #8CB34A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.55%

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 35.62%
G = 45.55%
B = 18.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#8CB34A (or 0x8CB34A) is known color: Chelsea Cucumber. HEX triplet: 8C, B3 and 4A. RGB value is (140,179,74). Sum of RGB (Red+Green+Blue) = 140+179+74=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB34A is #734CB5. Grayscale: #9B9B9B. Windows color (decimal): -7556278 or 4895628. OLE color: 4895628.

HSL color Cylindrical-coordinate representation of color #8CB34A: hue angle of 82.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CB34A is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 179 74 -
CMYK 0.22 0 0.59 0.30
HSL 82.29º 0.42% 0.5% -
HSV(B) 82.29º 0.59% 0.7% -
XYZ 28.17 38.31 12.39 -
YUV 155.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 140 179 74 0.22 0 0.59 0.30 82.29 0.42 0.5
Hex 8C B3 4A 16 0 3B 1E 52 2A 32
Octal 214 263 112 26 0 73 36 122 52 62
Binary 10001100 10110011 1001010 10110 0 111011 11110 1010010 101010 110010

Color Harmonies of #8CB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB34A

Black with #8CB34A

Text Example


Text Example

White with #8CB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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