#B3F9B5

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

Shades of Celadon #B3F9B5

Tints of Celadon #B3F9B5

Color information

#B3F9B5 (or 0xB3F9B5) is unknown color: approx Celadon. HEX triplet: B3, F9 and B5. RGB value is (179,249,181). Sum of RGB (Red+Green+Blue) = 179+249+181=609 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.39% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F9B5 is #4C064A. Grayscale: #DCDCDC. Windows color (decimal): -4982347 or 11925939. OLE color: 11925939.

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

Color convert

RGB179249181-
CMYK0.2800.270.02
HSL121.71º85.37%83.92%-
HSV(B)121.71º28.11%97.65%-
XYZ60.8180.6756.08-
YUV220.32105.8198.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.39%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 181 (71.09% from 255) = 29.72%
R=29.39%
G=40.89%
B=29.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792491810.2800.270.02121.7185.3783.92
HexB3F9B51C01B27a5554
Octal263371265340332172125124
Binary1011001111111001101101011110001101110111101010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9B5; }

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

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

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

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

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

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

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

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