Html Css Color HEX #8CA053 Chelsea Cucumber

📋 copy color: '#8CA053'

red 140 ◦ green 160 ◦ blue 83

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

Shades of Chelsea Cucumber #8CA053

Tints of Chelsea Cucumber #8CA053

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.78%

 BLUE value IS 83 (32.81% from 255) = 21.67%

R = 36.55%
G = 41.78%
B = 21.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#8CA053 (or 0x8CA053) is known color: Chelsea Cucumber. HEX triplet: 8C, A0 and 53. RGB value is (140,160,83). Sum of RGB (Red+Green+Blue) = 140+160+83=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA053 is #735FAC. Grayscale: #919191. Windows color (decimal): -7561133 or 5480588. OLE color: 5480588.

HSL color Cylindrical-coordinate representation of color #8CA053: hue angle of 75.58º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CA053 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 160 83 -
CMYK 0.12 0 0.48 0.37
HSL 75.58º 0.32% 0.48% -
HSV(B) 75.58º 0.48% 0.63% -
XYZ 24.95 31.34 12.92 -
YUV 145.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 140 160 83 0.12 0 0.48 0.37 75.58 0.32 0.48
Hex 8C A0 53 C 0 30 25 4C 20 30
Octal 214 240 123 14 0 60 45 114 40 60
Binary 10001100 10100000 1010011 1100 0 110000 100101 1001100 100000 110000

Color Harmonies of #8CA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA053

Black with #8CA053

Text Example


Text Example

White with #8CA053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,160,83); }

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

background-color css

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

 a { background-color: rgb(140,160,83); }

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

border-color css

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

 span { border-color: rgb(140,160,83); }

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