Html Css Color HEX #8BBC40 Atlantis

📋 copy color: '#8BBC40'

red 139 ◦ green 188 ◦ blue 64

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

Shades of Atlantis #8BBC40

Tints of Atlantis #8BBC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.08%

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

R = 35.55%
G = 48.08%
B = 16.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#8BBC40 (or 0x8BBC40) is known color: Atlantis. HEX triplet: 8B, BC and 40. RGB value is (139,188,64). Sum of RGB (Red+Green+Blue) = 139+188+64=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC40 is #7443BF. Grayscale: #9F9F9F. Windows color (decimal): -7619520 or 4242571. OLE color: 4242571.

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

Color convert

RGB 139 188 64 -
CMYK 0.26 0 0.66 0.26
HSL 83.71º 0.49% 0.49% -
HSV(B) 83.71º 0.66% 0.74% -
XYZ 29.56 41.83 11.37 -
YUV 159.21 74.27 113.58 -
System Red Green Blue C M Y K H S L
Decimal 139 188 64 0.26 0 0.66 0.26 83.71 0.49 0.49
Hex 8B BC 40 1A 0 42 1A 54 31 31
Octal 213 274 100 32 0 102 32 124 61 61
Binary 10001011 10111100 1000000 11010 0 1000010 11010 1010100 110001 110001

Color Harmonies of #8BBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBC40

Black with #8BBC40

Text Example


Text Example

White with #8BBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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