Html Css Color HEX #8CB542 Chelsea Cucumber

📋 copy color: '#8CB542'

red 140 ◦ green 181 ◦ blue 66

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

Shades of Chelsea Cucumber #8CB542

Tints of Chelsea Cucumber #8CB542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.05%

R = 36.18%
G = 46.77%
B = 17.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#8CB542 (or 0x8CB542) is known color: Chelsea Cucumber. HEX triplet: 8C, B5 and 42. RGB value is (140,181,66). Sum of RGB (Red+Green+Blue) = 140+181+66=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB542 is #734ABD. Grayscale: #9C9C9C. Windows color (decimal): -7555774 or 4371852. OLE color: 4371852.

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

Color convert

RGB 140 181 66 -
CMYK 0.23 0 0.64 0.29
HSL 81.39º 0.47% 0.48% -
HSV(B) 81.39º 0.64% 0.71% -
XYZ 28.32 39.02 11.19 -
YUV 155.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 140 181 66 0.23 0 0.64 0.29 81.39 0.47 0.48
Hex 8C B5 42 17 0 40 1D 51 2F 30
Octal 214 265 102 27 0 100 35 121 57 60
Binary 10001100 10110101 1000010 10111 0 1000000 11101 1010001 101111 110000

Color Harmonies of #8CB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB542

Black with #8CB542

Text Example


Text Example

White with #8CB542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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