Html Css Color HEX #8CA861 Chelsea Cucumber

📋 copy color: '#8CA861'

red 140 ◦ green 168 ◦ blue 97

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

Shades of Chelsea Cucumber #8CA861

Tints of Chelsea Cucumber #8CA861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

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

R = 34.57%
G = 41.48%
B = 23.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#8CA861 (or 0x8CA861) is known color: Chelsea Cucumber. HEX triplet: 8C, A8 and 61. RGB value is (140,168,97). Sum of RGB (Red+Green+Blue) = 140+168+97=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA861 is #73579E. Grayscale: #979797. Windows color (decimal): -7559071 or 6400140. OLE color: 6400140.

HSL color Cylindrical-coordinate representation of color #8CA861: hue angle of 83.66º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CA861 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 168 97 -
CMYK 0.17 0 0.42 0.34
HSL 83.66º 0.29% 0.52% -
HSV(B) 83.66º 0.42% 0.66% -
XYZ 26.98 34.44 16.54 -
YUV 151.53 97.22 119.77 -
System Red Green Blue C M Y K H S L
Decimal 140 168 97 0.17 0 0.42 0.34 83.66 0.29 0.52
Hex 8C A8 61 11 0 2A 22 54 1D 34
Octal 214 250 141 21 0 52 42 124 35 64
Binary 10001100 10101000 1100001 10001 0 101010 100010 1010100 11101 110100

Color Harmonies of #8CA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA861

Black with #8CA861

Text Example


Text Example

White with #8CA861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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