Html Css Color HEX #8BBA48 Chelsea Cucumber

📋 copy color: '#8BBA48'

red 139 ◦ green 186 ◦ blue 72

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

Shades of Chelsea Cucumber #8BBA48

Tints of Chelsea Cucumber #8BBA48

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.85%

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

R = 35.01%
G = 46.85%
B = 18.14%

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

#8BBA48 (or 0x8BBA48) is known color: Chelsea Cucumber. HEX triplet: 8B, BA and 48. RGB value is (139,186,72). Sum of RGB (Red+Green+Blue) = 139+186+72=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBA48 is #7445B7. Grayscale: #9F9F9F. Windows color (decimal): -7620024 or 4766347. OLE color: 4766347.

HSL color Cylindrical-coordinate representation of color #8BBA48: hue angle of 84.74º degrees, saturation: 0.45, 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 #8BBA48 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 186 72 -
CMYK 0.25 0 0.61 0.27
HSL 84.74º 0.45% 0.51% -
HSV(B) 84.74º 0.61% 0.73% -
XYZ 29.38 41.07 12.51 -
YUV 158.95 78.93 113.77 -
System Red Green Blue C M Y K H S L
Decimal 139 186 72 0.25 0 0.61 0.27 84.74 0.45 0.51
Hex 8B BA 48 19 0 3D 1B 55 2D 33
Octal 213 272 110 31 0 75 33 125 55 63
Binary 10001011 10111010 1001000 11001 0 111101 11011 1010101 101101 110011

Color Harmonies of #8BBA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBA48

Black with #8BBA48

Text Example


Text Example

White with #8BBA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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