#B3F9B3

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

Shades of Celadon #B3F9B3

Tints of Celadon #B3F9B3

Color information

#B3F9B3 (or 0xB3F9B3) is unknown color: approx Celadon. HEX triplet: B3, F9 and B3. RGB value is (179,249,179). Sum of RGB (Red+Green+Blue) = 179+249+179=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F9B3 is #4C064C. Grayscale: #DCDCDC. Windows color (decimal): -4982349 or 11794867. OLE color: 11794867.

HSL color Cylindrical-coordinate representation of color #B3F9B3: hue angle of 120º 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 #B3F9B3 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB179249179-
CMYK0.2800.280.02
HSL120º85.37%83.92%-
HSV(B)120º28.11%97.65%-
XYZ60.680.5955.01-
YUV220.09104.8198.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.49%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 179 (70.31% from 255) = 29.49%
R=29.49%
G=41.02%
B=29.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792491790.2800.280.0212085.3783.92
HexB3F9B31C01C2785554
Octal263371263340342170125124
Binary1011001111111001101100111110001110010111100010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9B3; }

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

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

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

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

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

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

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

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