Html Css Color HEX #8CBB48 Chelsea Cucumber

📋 copy color: '#8CBB48'

red 140 ◦ green 187 ◦ blue 72

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

Shades of Chelsea Cucumber #8CBB48

Tints of Chelsea Cucumber #8CBB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.05%

R = 35.09%
G = 46.87%
B = 18.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#8CBB48 (or 0x8CBB48) is known color: Chelsea Cucumber. HEX triplet: 8C, BB and 48. RGB value is (140,187,72). Sum of RGB (Red+Green+Blue) = 140+187+72=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBB48 is #7344B7. Grayscale: #A0A0A0. Windows color (decimal): -7554232 or 4766604. OLE color: 4766604.

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

Color convert

RGB 140 187 72 -
CMYK 0.25 0 0.61 0.27
HSL 84.52º 0.46% 0.51% -
HSV(B) 84.52º 0.61% 0.73% -
XYZ 29.76 41.58 12.59 -
YUV 159.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 140 187 72 0.25 0 0.61 0.27 84.52 0.46 0.51
Hex 8C BB 48 19 0 3D 1B 55 2E 33
Octal 214 273 110 31 0 75 33 125 56 63
Binary 10001100 10111011 1001000 11001 0 111101 11011 1010101 101110 110011

Color Harmonies of #8CBB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB48

Black with #8CBB48

Text Example


Text Example

White with #8CBB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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