Html Css Color HEX #8CB54A Chelsea Cucumber

📋 copy color: '#8CB54A'

red 140 ◦ green 181 ◦ blue 74

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

Shades of Chelsea Cucumber #8CB54A

Tints of Chelsea Cucumber #8CB54A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.82%

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

R = 35.44%
G = 45.82%
B = 18.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#8CB54A (or 0x8CB54A) is known color: Chelsea Cucumber. HEX triplet: 8C, B5 and 4A. RGB value is (140,181,74). Sum of RGB (Red+Green+Blue) = 140+181+74=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB54A is #734AB5. Grayscale: #9C9C9C. Windows color (decimal): -7555766 or 4896140. OLE color: 4896140.

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

Color convert

RGB 140 181 74 -
CMYK 0.23 0 0.59 0.29
HSL 82.99º 0.42% 0.5% -
HSV(B) 82.99º 0.59% 0.71% -
XYZ 28.58 39.12 12.52 -
YUV 156.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 140 181 74 0.23 0 0.59 0.29 82.99 0.42 0.5
Hex 8C B5 4A 17 0 3B 1D 53 2A 32
Octal 214 265 112 27 0 73 35 123 52 62
Binary 10001100 10110101 1001010 10111 0 111011 11101 1010011 101010 110010

Color Harmonies of #8CB54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB54A

Black with #8CB54A

Text Example


Text Example

White with #8CB54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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