#B0D53C

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

Shades of Atlantis #B0D53C

Tints of Atlantis #B0D53C

Color information

#B0D53C (or 0xB0D53C) is unknown color: approx Atlantis. HEX triplet: B0, D5 and 3C. RGB value is (176,213,60). Sum of RGB (Red+Green+Blue) = 176+213+60=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D53C is #4F2AC3. Grayscale: #B9B9B9. Windows color (decimal): -5188292 or 3986864. OLE color: 3986864.

HSL color Cylindrical-coordinate representation of color #B0D53C: hue angle of 74.51º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0D53C is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB17621360-
CMYK0.1700.720.16
HSL74.51º64.56%53.53%-
HSV(B)74.51º71.83%83.53%-
XYZ42.5157.1413.06-
YUV184.4957.74121.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 60 (23.83% from 255) = 13.36%
R=39.20%
G=47.44%
B=13.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176213600.1700.720.1674.5164.5653.53
HexB0D53C11048104b4136
Octal260325742101102011310166
Binary101100001101010111110010001010010001000010010111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D53C; }

 p { color: rgb(176,213,60); }

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

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

 a { background-color: rgb(176,213,60); }

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

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

 span { border-color: rgb(176,213,60); }

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