Html Css Color HEX #8BA440 Sushi

📋 copy color: '#8BA440'

red 139 ◦ green 164 ◦ blue 64

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

Shades of Sushi #8BA440

Tints of Sushi #8BA440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 37.87%
G = 44.69%
B = 17.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#8BA440 (or 0x8BA440) is known color: Sushi. HEX triplet: 8B, A4 and 40. RGB value is (139,164,64). Sum of RGB (Red+Green+Blue) = 139+164+64=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA440 is #745BBF. Grayscale: #919191. Windows color (decimal): -7625664 or 4236427. OLE color: 4236427.

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

Color convert

RGB 139 164 64 -
CMYK 0.15 0 0.61 0.36
HSL 75º 0.44% 0.45% -
HSV(B) 75º 0.61% 0.64% -
XYZ 24.85 32.41 9.8 -
YUV 145.13 82.22 123.63 -
System Red Green Blue C M Y K H S L
Decimal 139 164 64 0.15 0 0.61 0.36 75 0.44 0.45
Hex 8B A4 40 F 0 3D 24 4B 2C 2D
Octal 213 244 100 17 0 75 44 113 54 55
Binary 10001011 10100100 1000000 1111 0 111101 100100 1001011 101100 101101

Color Harmonies of #8BA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA440

Black with #8BA440

Text Example


Text Example

White with #8BA440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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