Html Css Color HEX #B0D63C Atlantis

📋 copy color: '#B0D63C'

red 176 ◦ green 214 ◦ blue 60

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

Shades of Atlantis #B0D63C

Tints of Atlantis #B0D63C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.56%

 BLUE value IS 60 (23.83% from 255) = 13.33%

R = 39.11%
G = 47.56%
B = 13.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#B0D63C (or 0xB0D63C) is known color: Atlantis. HEX triplet: B0, D6 and 3C. RGB value is (176,214,60). Sum of RGB (Red+Green+Blue) = 176+214+60=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D63C is #4F29C3. Grayscale: #B9B9B9. Windows color (decimal): -5188036 or 3987120. OLE color: 3987120.

HSL color Cylindrical-coordinate representation of color #B0D63C: hue angle of 74.81º 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 #B0D63C is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 214 60 -
CMYK 0.18 0 0.72 0.16
HSL 74.81º 0.65% 0.54% -
HSV(B) 74.81º 0.72% 0.84% -
XYZ 42.77 57.65 13.15 -
YUV 185.08 57.41 121.52 -
System Red Green Blue C M Y K H S L
Decimal 176 214 60 0.18 0 0.72 0.16 74.81 0.65 0.54
Hex B0 D6 3C 12 0 48 10 4B 41 36
Octal 260 326 74 22 0 110 20 113 101 66
Binary 10110000 11010110 111100 10010 0 1001000 10000 1001011 1000001 110110

Color Harmonies of #B0D63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D63C

Black with #B0D63C

Text Example


Text Example

White with #B0D63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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