Html Css Color HEX #8CA368 Chelsea Cucumber

📋 copy color: '#8CA368'

red 140 ◦ green 163 ◦ blue 104

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

Shades of Chelsea Cucumber #8CA368

Tints of Chelsea Cucumber #8CA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 34.4%
G = 40.05%
B = 25.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#8CA368 (or 0x8CA368) is known color: Chelsea Cucumber. HEX triplet: 8C, A3 and 68. RGB value is (140,163,104). Sum of RGB (Red+Green+Blue) = 140+163+104=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA368 is #735C97. Grayscale: #959595. Windows color (decimal): -7560344 or 6857612. OLE color: 6857612.

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

Color convert

RGB 140 163 104 -
CMYK 0.14 0 0.36 0.36
HSL 83.39º 0.24% 0.52% -
HSV(B) 83.39º 0.36% 0.64% -
XYZ 26.41 32.77 18.03 -
YUV 149.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 140 163 104 0.14 0 0.36 0.36 83.39 0.24 0.52
Hex 8C A3 68 E 0 24 24 53 18 34
Octal 214 243 150 16 0 44 44 123 30 64
Binary 10001100 10100011 1101000 1110 0 100100 100100 1010011 11000 110100

Color Harmonies of #8CA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA368

Black with #8CA368

Text Example


Text Example

White with #8CA368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,163,104); }

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

background-color css

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

 a { background-color: rgb(140,163,104); }

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

border-color css

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

 span { border-color: rgb(140,163,104); }

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