Html Css Color HEX #8CA469 Chelsea Cucumber

📋 copy color: '#8CA469'

red 140 ◦ green 164 ◦ blue 105

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

Shades of Chelsea Cucumber #8CA469

Tints of Chelsea Cucumber #8CA469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

 BLUE value IS 105 (41.41% from 255) = 25.67%

R = 34.23%
G = 40.1%
B = 25.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#8CA469 (or 0x8CA469) is known color: Chelsea Cucumber. HEX triplet: 8C, A4 and 69. RGB value is (140,164,105). Sum of RGB (Red+Green+Blue) = 140+164+105=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA469 is #735B96. Grayscale: #969696. Windows color (decimal): -7560087 or 6923404. OLE color: 6923404.

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

Color convert

RGB 140 164 105 -
CMYK 0.15 0 0.36 0.36
HSL 84.41º 0.24% 0.53% -
HSV(B) 84.41º 0.36% 0.64% -
XYZ 26.64 33.15 18.36 -
YUV 150.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 140 164 105 0.15 0 0.36 0.36 84.41 0.24 0.53
Hex 8C A4 69 F 0 24 24 54 18 35
Octal 214 244 151 17 0 44 44 124 30 65
Binary 10001100 10100100 1101001 1111 0 100100 100100 1010100 11000 110101

Color Harmonies of #8CA469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA469

Black with #8CA469

Text Example


Text Example

White with #8CA469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,164,105); }

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

background-color css

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

 a { background-color: rgb(140,164,105); }

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

border-color css

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

 span { border-color: rgb(140,164,105); }

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