Html Css Color HEX #8BA448 Chelsea Cucumber

📋 copy color: '#8BA448'

red 139 ◦ green 164 ◦ blue 72

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

Shades of Chelsea Cucumber #8BA448

Tints of Chelsea Cucumber #8BA448

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.73%

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

R = 37.07%
G = 43.73%
B = 19.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#8BA448 (or 0x8BA448) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 48. RGB value is (139,164,72). Sum of RGB (Red+Green+Blue) = 139+164+72=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA448 is #745BB7. Grayscale: #929292. Windows color (decimal): -7625656 or 4760715. OLE color: 4760715.

HSL color Cylindrical-coordinate representation of color #8BA448: hue angle of 76.3º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8BA448 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 164 72 -
CMYK 0.15 0 0.56 0.36
HSL 76.3º 0.39% 0.46% -
HSV(B) 76.3º 0.56% 0.64% -
XYZ 25.09 32.51 11.08 -
YUV 146.04 86.22 122.98 -
System Red Green Blue C M Y K H S L
Decimal 139 164 72 0.15 0 0.56 0.36 76.3 0.39 0.46
Hex 8B A4 48 F 0 38 24 4C 27 2E
Octal 213 244 110 17 0 70 44 114 47 56
Binary 10001011 10100100 1001000 1111 0 111000 100100 1001100 100111 101110

Color Harmonies of #8BA448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA448

Black with #8BA448

Text Example


Text Example

White with #8BA448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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