Html Css Color HEX #8BBB40 Atlantis

📋 copy color: '#8BBB40'

red 139 ◦ green 187 ◦ blue 64

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

Shades of Atlantis #8BBB40

Tints of Atlantis #8BBB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.95%

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

R = 35.64%
G = 47.95%
B = 16.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#8BBB40 (or 0x8BBB40) is known color: Atlantis. HEX triplet: 8B, BB and 40. RGB value is (139,187,64). Sum of RGB (Red+Green+Blue) = 139+187+64=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBB40 is #7444BF. Grayscale: #9F9F9F. Windows color (decimal): -7619776 or 4242315. OLE color: 4242315.

HSL color Cylindrical-coordinate representation of color #8BBB40: hue angle of 83.41º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BBB40 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 187 64 -
CMYK 0.26 0 0.66 0.27
HSL 83.41º 0.49% 0.49% -
HSV(B) 83.41º 0.66% 0.73% -
XYZ 29.34 41.4 11.29 -
YUV 158.63 74.6 114 -
System Red Green Blue C M Y K H S L
Decimal 139 187 64 0.26 0 0.66 0.27 83.41 0.49 0.49
Hex 8B BB 40 1A 0 42 1B 53 31 31
Octal 213 273 100 32 0 102 33 123 61 61
Binary 10001011 10111011 1000000 11010 0 1000010 11011 1010011 110001 110001

Color Harmonies of #8BBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBB40

Black with #8BBB40

Text Example


Text Example

White with #8BBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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