Html Css Color HEX #B0D039 Atlantis

📋 copy color: '#B0D039'

red 176 ◦ green 208 ◦ blue 57

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

Shades of Atlantis #B0D039

Tints of Atlantis #B0D039

RGB

 RED value IS 176 (69.14% from 255) = 39.91%

 GREEN value IS 208 (81.64% from 255) = 47.17%

 BLUE value IS 57 (22.66% from 255) = 12.93%

R = 39.91%
G = 47.17%
B = 12.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#B0D039 (or 0xB0D039) is known color: Atlantis. HEX triplet: B0, D0 and 39. RGB value is (176,208,57). Sum of RGB (Red+Green+Blue) = 176+208+57=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D039 is #4F2FC6. Grayscale: #B5B5B5. Windows color (decimal): -5189575 or 3788976. OLE color: 3788976.

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

Color convert

RGB 176 208 57 -
CMYK 0.15 0 0.73 0.18
HSL 72.72º 0.62% 0.52% -
HSV(B) 72.72º 0.73% 0.82% -
XYZ 41.2 54.64 12.25 -
YUV 181.22 57.9 124.28 -
System Red Green Blue C M Y K H S L
Decimal 176 208 57 0.15 0 0.73 0.18 72.72 0.62 0.52
Hex B0 D0 39 F 0 49 12 49 3E 34
Octal 260 320 71 17 0 111 22 111 76 64
Binary 10110000 11010000 111001 1111 0 1001001 10010 1001001 111110 110100

Color Harmonies of #B0D039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D039

Black with #B0D039

Text Example


Text Example

White with #B0D039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D039; }

 p { color: rgb(176,208,57); }

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

background-color css

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

 a { background-color: rgb(176,208,57); }

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

border-color css

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

 span { border-color: rgb(176,208,57); }

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