Html Css Color HEX #8CA552 Chelsea Cucumber

📋 copy color: '#8CA552'

red 140 ◦ green 165 ◦ blue 82

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

Shades of Chelsea Cucumber #8CA552

Tints of Chelsea Cucumber #8CA552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.19%

R = 36.18%
G = 42.64%
B = 21.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#8CA552 (or 0x8CA552) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 52. RGB value is (140,165,82). Sum of RGB (Red+Green+Blue) = 140+165+82=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA552 is #735AAD. Grayscale: #949494. Windows color (decimal): -7559854 or 5416332. OLE color: 5416332.

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

Color convert

RGB 140 165 82 -
CMYK 0.15 0 0.50 0.35
HSL 78.07º 0.34% 0.48% -
HSV(B) 78.07º 0.5% 0.65% -
XYZ 25.79 33.09 13.01 -
YUV 148.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 140 165 82 0.15 0 0.50 0.35 78.07 0.34 0.48
Hex 8C A5 52 F 0 32 23 4E 22 30
Octal 214 245 122 17 0 62 43 116 42 60
Binary 10001100 10100101 1010010 1111 0 110010 100011 1001110 100010 110000

Color Harmonies of #8CA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA552

Black with #8CA552

Text Example


Text Example

White with #8CA552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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