#B3F9B2

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

Shades of Celadon #B3F9B2

Tints of Celadon #B3F9B2

Color information

#B3F9B2 (or 0xB3F9B2) is unknown color: approx Celadon. HEX triplet: B3, F9 and B2. RGB value is (179,249,178). Sum of RGB (Red+Green+Blue) = 179+249+178=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3F9B2 is #4C064D. Grayscale: #DCDCDC. Windows color (decimal): -4982350 or 11729331. OLE color: 11729331.

HSL color Cylindrical-coordinate representation of color #B3F9B2: hue angle of 119.15º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3F9B2 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB179249178-
CMYK0.2800.290.02
HSL119.15º85.54%83.73%-
HSV(B)119.15º28.51%97.65%-
XYZ60.580.5554.48-
YUV219.98104.3198.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.54%
GREEN value IS 249 (97.66% from 255) = 41.09%
BLUE value IS 178 (69.92% from 255) = 29.37%
R=29.54%
G=41.09%
B=29.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792491780.2800.290.02119.1585.5483.73
HexB3F9B21C01D2775654
Octal263371262340352167126124
Binary1011001111111001101100101110001110110111011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9B2; }

 p { color: rgb(179,249,178); }

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

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

 a { background-color: rgb(179,249,178); }

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

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

 span { border-color: rgb(179,249,178); }

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