Html Css Color HEX #8CA454 Chelsea Cucumber

📋 copy color: '#8CA454'

red 140 ◦ green 164 ◦ blue 84

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

Shades of Chelsea Cucumber #8CA454

Tints of Chelsea Cucumber #8CA454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.65%

R = 36.08%
G = 42.27%
B = 21.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#8CA454 (or 0x8CA454) is known color: Chelsea Cucumber. HEX triplet: 8C, A4 and 54. RGB value is (140,164,84). Sum of RGB (Red+Green+Blue) = 140+164+84=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA454 is #735BAB. Grayscale: #949494. Windows color (decimal): -7560108 or 5547148. OLE color: 5547148.

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

Color convert

RGB 140 164 84 -
CMYK 0.15 0 0.49 0.36
HSL 78º 0.32% 0.49% -
HSV(B) 78º 0.49% 0.64% -
XYZ 25.69 32.77 13.36 -
YUV 147.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 140 164 84 0.15 0 0.49 0.36 78 0.32 0.49
Hex 8C A4 54 F 0 31 24 4E 20 31
Octal 214 244 124 17 0 61 44 116 40 61
Binary 10001100 10100100 1010100 1111 0 110001 100100 1001110 100000 110001

Color Harmonies of #8CA454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA454

Black with #8CA454

Text Example


Text Example

White with #8CA454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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