Html Css Color HEX #8CBA52 Chelsea Cucumber

📋 copy color: '#8CBA52'

red 140 ◦ green 186 ◦ blue 82

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

Shades of Chelsea Cucumber #8CBA52

Tints of Chelsea Cucumber #8CBA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.59%

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

R = 34.31%
G = 45.59%
B = 20.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#8CBA52 (or 0x8CBA52) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 52. RGB value is (140,186,82). Sum of RGB (Red+Green+Blue) = 140+186+82=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA52 is #7345AD. Grayscale: #A0A0A0. Windows color (decimal): -7554478 or 5421708. OLE color: 5421708.

HSL color Cylindrical-coordinate representation of color #8CBA52: hue angle of 86.54º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CBA52 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 82 -
CMYK 0.25 0 0.56 0.27
HSL 86.54º 0.43% 0.53% -
HSV(B) 86.54º 0.56% 0.73% -
XYZ 29.9 41.3 14.38 -
YUV 160.39 83.76 113.46 -
System Red Green Blue C M Y K H S L
Decimal 140 186 82 0.25 0 0.56 0.27 86.54 0.43 0.53
Hex 8C BA 52 19 0 38 1B 57 2B 35
Octal 214 272 122 31 0 70 33 127 53 65
Binary 10001100 10111010 1010010 11001 0 111000 11011 1010111 101011 110101

Color Harmonies of #8CBA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA52

Black with #8CBA52

Text Example


Text Example

White with #8CBA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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