Html Css Color HEX #8CA265 Chelsea Cucumber

📋 copy color: '#8CA265'

red 140 ◦ green 162 ◦ blue 101

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

Shades of Chelsea Cucumber #8CA265

Tints of Chelsea Cucumber #8CA265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

 BLUE value IS 101 (39.84% from 255) = 25.06%

R = 34.74%
G = 40.2%
B = 25.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#8CA265 (or 0x8CA265) is known color: Chelsea Cucumber. HEX triplet: 8C, A2 and 65. RGB value is (140,162,101). Sum of RGB (Red+Green+Blue) = 140+162+101=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA265 is #735D9A. Grayscale: #949494. Windows color (decimal): -7560603 or 6660748. OLE color: 6660748.

HSL color Cylindrical-coordinate representation of color #8CA265: hue angle of 81.64º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CA265 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 162 101 -
CMYK 0.14 0 0.38 0.36
HSL 81.64º 0.25% 0.52% -
HSV(B) 81.64º 0.38% 0.64% -
XYZ 26.08 32.36 17.18 -
YUV 148.47 101.21 121.96 -
System Red Green Blue C M Y K H S L
Decimal 140 162 101 0.14 0 0.38 0.36 81.64 0.25 0.52
Hex 8C A2 65 E 0 26 24 52 19 34
Octal 214 242 145 16 0 46 44 122 31 64
Binary 10001100 10100010 1100101 1110 0 100110 100100 1010010 11001 110100

Color Harmonies of #8CA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA265

Black with #8CA265

Text Example


Text Example

White with #8CA265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,162,101); }

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

background-color css

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

 a { background-color: rgb(140,162,101); }

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

border-color css

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

 span { border-color: rgb(140,162,101); }

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