Html Css Color HEX #8CBB46 Chelsea Cucumber

📋 copy color: '#8CBB46'

red 140 ◦ green 187 ◦ blue 70

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

Shades of Chelsea Cucumber #8CBB46

Tints of Chelsea Cucumber #8CBB46

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.1%

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 35.26%
G = 47.1%
B = 17.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#8CBB46 (or 0x8CBB46) is known color: Chelsea Cucumber. HEX triplet: 8C, BB and 46. RGB value is (140,187,70). Sum of RGB (Red+Green+Blue) = 140+187+70=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBB46 is #7344B9. Grayscale: #A0A0A0. Windows color (decimal): -7554234 or 4635532. OLE color: 4635532.

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

Color convert

RGB 140 187 70 -
CMYK 0.25 0 0.63 0.27
HSL 84.1º 0.46% 0.5% -
HSV(B) 84.1º 0.63% 0.73% -
XYZ 29.69 41.56 12.25 -
YUV 159.61 77.43 114.01 -
System Red Green Blue C M Y K H S L
Decimal 140 187 70 0.25 0 0.63 0.27 84.1 0.46 0.5
Hex 8C BB 46 19 0 3F 1B 54 2E 32
Octal 214 273 106 31 0 77 33 124 56 62
Binary 10001100 10111011 1000110 11001 0 111111 11011 1010100 101110 110010

Color Harmonies of #8CBB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB46

Black with #8CBB46

Text Example


Text Example

White with #8CBB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,187,70); }

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

background-color css

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

 a { background-color: rgb(140,187,70); }

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

border-color css

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

 span { border-color: rgb(140,187,70); }

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