Html Css Color HEX #8CA561 Chelsea Cucumber

📋 copy color: '#8CA561'

red 140 ◦ green 165 ◦ blue 97

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

Shades of Chelsea Cucumber #8CA561

Tints of Chelsea Cucumber #8CA561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.04%

 BLUE value IS 97 (38.28% from 255) = 24.13%

R = 34.83%
G = 41.04%
B = 24.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#8CA561 (or 0x8CA561) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 61. RGB value is (140,165,97). Sum of RGB (Red+Green+Blue) = 140+165+97=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA561 is #735A9E. Grayscale: #969696. Windows color (decimal): -7559839 or 6399372. OLE color: 6399372.

HSL color Cylindrical-coordinate representation of color #8CA561: hue angle of 82.06º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CA561 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 165 97 -
CMYK 0.15 0 0.41 0.35
HSL 82.06º 0.27% 0.51% -
HSV(B) 82.06º 0.41% 0.65% -
XYZ 26.43 33.35 16.35 -
YUV 149.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 140 165 97 0.15 0 0.41 0.35 82.06 0.27 0.51
Hex 8C A5 61 F 0 29 23 52 1B 33
Octal 214 245 141 17 0 51 43 122 33 63
Binary 10001100 10100101 1100001 1111 0 101001 100011 1010010 11011 110011

Color Harmonies of #8CA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA561

Black with #8CA561

Text Example


Text Example

White with #8CA561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,165,97); }

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

background-color css

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

 a { background-color: rgb(140,165,97); }

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

border-color css

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

 span { border-color: rgb(140,165,97); }

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