Html Css Color HEX #8BAD48 Chelsea Cucumber

📋 copy color: '#8BAD48'

red 139 ◦ green 173 ◦ blue 72

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

Shades of Chelsea Cucumber #8BAD48

Tints of Chelsea Cucumber #8BAD48

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.05%

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

R = 36.2%
G = 45.05%
B = 18.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#8BAD48 (or 0x8BAD48) is known color: Chelsea Cucumber. HEX triplet: 8B, AD and 48. RGB value is (139,173,72). Sum of RGB (Red+Green+Blue) = 139+173+72=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAD48 is #7452B7. Grayscale: #979797. Windows color (decimal): -7623352 or 4763019. OLE color: 4763019.

HSL color Cylindrical-coordinate representation of color #8BAD48: hue angle of 80.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BAD48 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 173 72 -
CMYK 0.20 0 0.58 0.32
HSL 80.2º 0.41% 0.48% -
HSV(B) 80.2º 0.58% 0.68% -
XYZ 26.76 35.84 11.64 -
YUV 151.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 139 173 72 0.20 0 0.58 0.32 80.2 0.41 0.48
Hex 8B AD 48 14 0 3A 20 50 29 30
Octal 213 255 110 24 0 72 40 120 51 60
Binary 10001011 10101101 1001000 10100 0 111010 100000 1010000 101001 110000

Color Harmonies of #8BAD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAD48

Black with #8BAD48

Text Example


Text Example

White with #8BAD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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