Html Css Color HEX #8CA65C Chelsea Cucumber

📋 copy color: '#8CA65C'

red 140 ◦ green 166 ◦ blue 92

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

Shades of Chelsea Cucumber #8CA65C

Tints of Chelsea Cucumber #8CA65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 35.18%
G = 41.71%
B = 23.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#8CA65C (or 0x8CA65C) is known color: Chelsea Cucumber. HEX triplet: 8C, A6 and 5C. RGB value is (140,166,92). Sum of RGB (Red+Green+Blue) = 140+166+92=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA65C is #7359A3. Grayscale: #969696. Windows color (decimal): -7559588 or 6071948. OLE color: 6071948.

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

Color convert

RGB 140 166 92 -
CMYK 0.16 0 0.45 0.35
HSL 81.08º 0.29% 0.51% -
HSV(B) 81.08º 0.45% 0.65% -
XYZ 26.38 33.62 15.22 -
YUV 149.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 140 166 92 0.16 0 0.45 0.35 81.08 0.29 0.51
Hex 8C A6 5C 10 0 2D 23 51 1D 33
Octal 214 246 134 20 0 55 43 121 35 63
Binary 10001100 10100110 1011100 10000 0 101101 100011 1010001 11101 110011

Color Harmonies of #8CA65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA65C

Black with #8CA65C

Text Example


Text Example

White with #8CA65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,166,92); }

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

background-color css

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

 a { background-color: rgb(140,166,92); }

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

border-color css

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

 span { border-color: rgb(140,166,92); }

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