#B6FCB4

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

Shades of Celadon #B6FCB4

Tints of Celadon #B6FCB4

Color information

#B6FCB4 (or 0xB6FCB4) is unknown color: approx Celadon. HEX triplet: B6, FC and B4. RGB value is (182,252,180). Sum of RGB (Red+Green+Blue) = 182+252+180=614 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.64% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCB4 is #49034B. Grayscale: #DFDFDF. Windows color (decimal): -4784972 or 11861174. OLE color: 11861174.

HSL color Cylindrical-coordinate representation of color #B6FCB4: hue angle of 118.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FCB4 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB182252180-
CMYK0.2800.290.01
HSL118.33º92.31%84.71%-
HSV(B)118.33º28.57%98.82%-
XYZ62.3482.8655.89-
YUV222.86103.8198.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.64%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=29.64%
G=41.04%
B=29.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822521800.2800.290.01118.3392.3184.71
HexB6FCB41C01D1765c55
Octal266374264340351166134125
Binary101101101111110010110100111000111011111011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCB4; }

 p { color: rgb(182,252,180); }

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

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

 a { background-color: rgb(182,252,180); }

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

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

 span { border-color: rgb(182,252,180); }

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