Html Css Color HEX #8BBC48 Chelsea Cucumber

📋 copy color: '#8BBC48'

red 139 ◦ green 188 ◦ blue 72

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

Shades of Chelsea Cucumber #8BBC48

Tints of Chelsea Cucumber #8BBC48

RGB

 RED value IS 139 (54.69% from 255) = 34.84%

 GREEN value IS 188 (73.83% from 255) = 47.12%

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

R = 34.84%
G = 47.12%
B = 18.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#8BBC48 (or 0x8BBC48) is known color: Chelsea Cucumber. HEX triplet: 8B, BC and 48. RGB value is (139,188,72). Sum of RGB (Red+Green+Blue) = 139+188+72=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC48 is #7443B7. Grayscale: #A0A0A0. Windows color (decimal): -7619512 or 4766859. OLE color: 4766859.

HSL color Cylindrical-coordinate representation of color #8BBC48: hue angle of 85.34º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BBC48 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 188 72 -
CMYK 0.26 0 0.62 0.26
HSL 85.34º 0.46% 0.51% -
HSV(B) 85.34º 0.62% 0.74% -
XYZ 29.8 41.92 12.65 -
YUV 160.13 78.27 112.93 -
System Red Green Blue C M Y K H S L
Decimal 139 188 72 0.26 0 0.62 0.26 85.34 0.46 0.51
Hex 8B BC 48 1A 0 3E 1A 55 2E 33
Octal 213 274 110 32 0 76 32 125 56 63
Binary 10001011 10111100 1001000 11010 0 111110 11010 1010101 101110 110011

Color Harmonies of #8BBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBC48

Black with #8BBC48

Text Example


Text Example

White with #8BBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,188,72); }

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

background-color css

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

 a { background-color: rgb(139,188,72); }

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

border-color css

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

 span { border-color: rgb(139,188,72); }

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