Html Css Color HEX #8CBB4C Chelsea Cucumber

📋 copy color: '#8CBB4C'

red 140 ◦ green 187 ◦ blue 76

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

Shades of Chelsea Cucumber #8CBB4C

Tints of Chelsea Cucumber #8CBB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.86%

R = 34.74%
G = 46.4%
B = 18.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#8CBB4C (or 0x8CBB4C) is known color: Chelsea Cucumber. HEX triplet: 8C, BB and 4C. RGB value is (140,187,76). Sum of RGB (Red+Green+Blue) = 140+187+76=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBB4C is #7344B3. Grayscale: #A0A0A0. Windows color (decimal): -7554228 or 5028748. OLE color: 5028748.

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

Color convert

RGB 140 187 76 -
CMYK 0.25 0 0.59 0.27
HSL 85.41º 0.45% 0.52% -
HSV(B) 85.41º 0.59% 0.73% -
XYZ 29.89 41.64 13.3 -
YUV 160.29 80.43 113.53 -
System Red Green Blue C M Y K H S L
Decimal 140 187 76 0.25 0 0.59 0.27 85.41 0.45 0.52
Hex 8C BB 4C 19 0 3B 1B 55 2D 34
Octal 214 273 114 31 0 73 33 125 55 64
Binary 10001100 10111011 1001100 11001 0 111011 11011 1010101 101101 110100

Color Harmonies of #8CBB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB4C

Black with #8CBB4C

Text Example


Text Example

White with #8CBB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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