Html Css Color HEX #8BBC41 Atlantis

📋 copy color: '#8BBC41'

red 139 ◦ green 188 ◦ blue 65

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

Shades of Atlantis #8BBC41

Tints of Atlantis #8BBC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.58%

R = 35.46%
G = 47.96%
B = 16.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#8BBC41 (or 0x8BBC41) is known color: Atlantis. HEX triplet: 8B, BC and 41. RGB value is (139,188,65). Sum of RGB (Red+Green+Blue) = 139+188+65=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC41 is #7443BE. Grayscale: #9F9F9F. Windows color (decimal): -7619519 or 4308107. OLE color: 4308107.

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

Color convert

RGB 139 188 65 -
CMYK 0.26 0 0.65 0.26
HSL 83.9º 0.49% 0.5% -
HSV(B) 83.9º 0.65% 0.74% -
XYZ 29.58 41.84 11.52 -
YUV 159.33 74.77 113.5 -
System Red Green Blue C M Y K H S L
Decimal 139 188 65 0.26 0 0.65 0.26 83.9 0.49 0.5
Hex 8B BC 41 1A 0 41 1A 54 31 32
Octal 213 274 101 32 0 101 32 124 61 62
Binary 10001011 10111100 1000001 11010 0 1000001 11010 1010100 110001 110010

Color Harmonies of #8BBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBC41

Black with #8BBC41

Text Example


Text Example

White with #8BBC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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