#B0D13D

Color #B0D13D Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #B0D13D

Tints of Atlantis #B0D13D

Color information

#B0D13D (or 0xB0D13D) is unknown color: approx Atlantis. HEX triplet: B0, D1 and 3D. RGB value is (176,209,61). Sum of RGB (Red+Green+Blue) = 176+209+61=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D13D is #4F2EC2. Grayscale: #B6B6B6. Windows color (decimal): -5189315 or 4051376. OLE color: 4051376.

HSL color Cylindrical-coordinate representation of color #B0D13D: hue angle of 73.38º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0D13D is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB17620961-
CMYK0.1600.710.18
HSL73.38º61.67%52.94%-
HSV(B)73.38º70.81%81.96%-
XYZ41.5555.1712.87-
YUV182.2659.57123.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 209 (82.03% from 255) = 46.86%
BLUE value IS 61 (24.22% from 255) = 13.68%
R=39.46%
G=46.86%
B=13.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176209610.1600.710.1873.3861.6752.94
HexB0D13D1004712493e35
Octal26032175200107221117665
Binary10110000110100011111011000001000111100101001001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D13D; }

 p { color: rgb(176,209,61); }

 H1.HeaderClassName
 {
   color: #B0D13D;
 }
 .AnyTagClassName
 {
   color: #B0D13D;
 }
</style>
background-color css

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

 a { background-color: rgb(176,209,61); }

 div.DivClassName
 {
   background-color: #B0D13D;
 }
 .BgClassName
 {
   background-color: #B0D13D;
 }
</style>
border-color css

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

 span { border-color: rgb(176,209,61); }

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