Html Css Color HEX #8BA148 Chelsea Cucumber

📋 copy color: '#8BA148'

red 139 ◦ green 161 ◦ blue 72

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

Shades of Chelsea Cucumber #8BA148

Tints of Chelsea Cucumber #8BA148

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.28%

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

R = 37.37%
G = 43.28%
B = 19.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#8BA148 (or 0x8BA148) is known color: Chelsea Cucumber. HEX triplet: 8B, A1 and 48. RGB value is (139,161,72). Sum of RGB (Red+Green+Blue) = 139+161+72=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA148 is #745EB7. Grayscale: #909090. Windows color (decimal): -7626424 or 4759947. OLE color: 4759947.

HSL color Cylindrical-coordinate representation of color #8BA148: hue angle of 74.83º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BA148 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 161 72 -
CMYK 0.14 0 0.55 0.37
HSL 74.83º 0.38% 0.46% -
HSV(B) 74.83º 0.55% 0.63% -
XYZ 24.56 31.45 10.91 -
YUV 144.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 139 161 72 0.14 0 0.55 0.37 74.83 0.38 0.46
Hex 8B A1 48 E 0 37 25 4B 26 2E
Octal 213 241 110 16 0 67 45 113 46 56
Binary 10001011 10100001 1001000 1110 0 110111 100101 1001011 100110 101110

Color Harmonies of #8BA148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA148

Black with #8BA148

Text Example


Text Example

White with #8BA148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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