Html Css Color HEX #8CBE4A Chelsea Cucumber

📋 copy color: '#8CBE4A'

red 140 ◦ green 190 ◦ blue 74

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

Shades of Chelsea Cucumber #8CBE4A

Tints of Chelsea Cucumber #8CBE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.03%

 BLUE value IS 74 (29.3% from 255) = 18.32%

R = 34.65%
G = 47.03%
B = 18.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#8CBE4A (or 0x8CBE4A) is known color: Chelsea Cucumber. HEX triplet: 8C, BE and 4A. RGB value is (140,190,74). Sum of RGB (Red+Green+Blue) = 140+190+74=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBE4A is #7341B5. Grayscale: #A2A2A2. Windows color (decimal): -7553462 or 4898444. OLE color: 4898444.

HSL color Cylindrical-coordinate representation of color #8CBE4A: hue angle of 85.86º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CBE4A is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 190 74 -
CMYK 0.26 0 0.61 0.25
HSL 85.86º 0.47% 0.52% -
HSV(B) 85.86º 0.61% 0.75% -
XYZ 30.46 42.9 13.15 -
YUV 161.83 78.44 112.43 -
System Red Green Blue C M Y K H S L
Decimal 140 190 74 0.26 0 0.61 0.25 85.86 0.47 0.52
Hex 8C BE 4A 1A 0 3D 19 56 2F 34
Octal 214 276 112 32 0 75 31 126 57 64
Binary 10001100 10111110 1001010 11010 0 111101 11001 1010110 101111 110100

Color Harmonies of #8CBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBE4A

Black with #8CBE4A

Text Example


Text Example

White with #8CBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,190,74); }

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

background-color css

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

 a { background-color: rgb(140,190,74); }

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

border-color css

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

 span { border-color: rgb(140,190,74); }

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