Html Css Color HEX #8CA253 Chelsea Cucumber

📋 copy color: '#8CA253'

red 140 ◦ green 162 ◦ blue 83

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

Shades of Chelsea Cucumber #8CA253

Tints of Chelsea Cucumber #8CA253

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.08%

 BLUE value IS 83 (32.81% from 255) = 21.56%

R = 36.36%
G = 42.08%
B = 21.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#8CA253 (or 0x8CA253) is known color: Chelsea Cucumber. HEX triplet: 8C, A2 and 53. RGB value is (140,162,83). Sum of RGB (Red+Green+Blue) = 140+162+83=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA253 is #735DAC. Grayscale: #929292. Windows color (decimal): -7560621 or 5481100. OLE color: 5481100.

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

Color convert

RGB 140 162 83 -
CMYK 0.14 0 0.49 0.36
HSL 76.71º 0.32% 0.48% -
HSV(B) 76.71º 0.49% 0.64% -
XYZ 25.3 32.04 13.03 -
YUV 146.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 140 162 83 0.14 0 0.49 0.36 76.71 0.32 0.48
Hex 8C A2 53 E 0 31 24 4D 20 30
Octal 214 242 123 16 0 61 44 115 40 60
Binary 10001100 10100010 1010011 1110 0 110001 100100 1001101 100000 110000

Color Harmonies of #8CA253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA253

Black with #8CA253

Text Example


Text Example

White with #8CA253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,162,83); }

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

background-color css

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

 a { background-color: rgb(140,162,83); }

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

border-color css

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

 span { border-color: rgb(140,162,83); }

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