Html Css Color HEX #8CA554 Chelsea Cucumber

📋 copy color: '#8CA554'

red 140 ◦ green 165 ◦ blue 84

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

Shades of Chelsea Cucumber #8CA554

Tints of Chelsea Cucumber #8CA554

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

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

R = 35.99%
G = 42.42%
B = 21.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#8CA554 (or 0x8CA554) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 54. RGB value is (140,165,84). Sum of RGB (Red+Green+Blue) = 140+165+84=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA554 is #735AAB. Grayscale: #949494. Windows color (decimal): -7559852 or 5547404. OLE color: 5547404.

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

Color convert

RGB 140 165 84 -
CMYK 0.15 0 0.49 0.35
HSL 78.52º 0.33% 0.49% -
HSV(B) 78.52º 0.49% 0.65% -
XYZ 25.87 33.13 13.42 -
YUV 148.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 140 165 84 0.15 0 0.49 0.35 78.52 0.33 0.49
Hex 8C A5 54 F 0 31 23 4F 21 31
Octal 214 245 124 17 0 61 43 117 41 61
Binary 10001100 10100101 1010100 1111 0 110001 100011 1001111 100001 110001

Color Harmonies of #8CA554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA554

Black with #8CA554

Text Example


Text Example

White with #8CA554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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