Html Css Color HEX #8BCA3B Atlantis

📋 copy color: '#8BCA3B'

red 139 ◦ green 202 ◦ blue 59

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

Shades of Atlantis #8BCA3B

Tints of Atlantis #8BCA3B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.5%

 BLUE value IS 59 (23.44% from 255) = 14.75%

R = 34.75%
G = 50.5%
B = 14.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#8BCA3B (or 0x8BCA3B) is known color: Atlantis. HEX triplet: 8B, CA and 3B. RGB value is (139,202,59). Sum of RGB (Red+Green+Blue) = 139+202+59=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCA3B is #7435C4. Grayscale: #A7A7A7. Windows color (decimal): -7615941 or 3918475. OLE color: 3918475.

HSL color Cylindrical-coordinate representation of color #8BCA3B: hue angle of 86.43º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8BCA3B is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 202 59 -
CMYK 0.31 0 0.71 0.21
HSL 86.43º 0.57% 0.51% -
HSV(B) 86.43º 0.71% 0.79% -
XYZ 32.56 48.05 11.7 -
YUV 166.86 67.13 108.13 -
System Red Green Blue C M Y K H S L
Decimal 139 202 59 0.31 0 0.71 0.21 86.43 0.57 0.51
Hex 8B CA 3B 1F 0 47 15 56 39 33
Octal 213 312 73 37 0 107 25 126 71 63
Binary 10001011 11001010 111011 11111 0 1000111 10101 1010110 111001 110011

Color Harmonies of #8BCA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCA3B

Black with #8BCA3B

Text Example


Text Example

White with #8BCA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,202,59); }

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

background-color css

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

 a { background-color: rgb(139,202,59); }

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

border-color css

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

 span { border-color: rgb(139,202,59); }

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