#B1F6AD

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

Shades of Celadon #B1F6AD

Tints of Celadon #B1F6AD

Color information

#B1F6AD (or 0xB1F6AD) is unknown color: approx Celadon. HEX triplet: B1, F6 and AD. RGB value is (177,246,173). Sum of RGB (Red+Green+Blue) = 177+246+173=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F6AD is #4E0952. Grayscale: #D9D9D9. Windows color (decimal): -5114195 or 11400881. OLE color: 11400881.

HSL color Cylindrical-coordinate representation of color #B1F6AD: hue angle of 116.71º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1F6AD is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB177246173-
CMYK0.2800.300.04
HSL116.71º80.22%82.16%-
HSV(B)116.71º29.67%96.47%-
XYZ58.6378.2851.55-
YUV217.05103.1499.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.70%
GREEN value IS 246 (96.48% from 255) = 41.28%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=29.70%
G=41.28%
B=29.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772461730.2800.300.04116.7180.2282.16
HexB1F6AD1C01E4755052
Octal261366255340364165120122
Binary10110001111101101010110111100011110100111010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F6AD; }

 p { color: rgb(177,246,173); }

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

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

 a { background-color: rgb(177,246,173); }

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

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

 span { border-color: rgb(177,246,173); }

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