#B8F9B4

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

Shades of Celadon #B8F9B4

Tints of Celadon #B8F9B4

Color information

#B8F9B4 (or 0xB8F9B4) is unknown color: approx Celadon. HEX triplet: B8, F9 and B4. RGB value is (184,249,180). Sum of RGB (Red+Green+Blue) = 184+249+180=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F9B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F9B4 is #47064B. Grayscale: #DDDDDD. Windows color (decimal): -4654668 or 11860408. OLE color: 11860408.

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

Color convert

RGB184249180-
CMYK0.2600.280.02
HSL116.52º85.19%84.12%-
HSV(B)116.52º27.71%97.65%-
XYZ61.8881.2455.6-
YUV221.7104.47101.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.02%
GREEN value IS 249 (97.66% from 255) = 40.62%
BLUE value IS 180 (70.70% from 255) = 29.36%
R=30.02%
G=40.62%
B=29.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842491800.2600.280.02116.5285.1984.12
HexB8F9B41A01C2755554
Octal270371264320342165125124
Binary1011100011111001101101001101001110010111010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F9B4; }

 p { color: rgb(184,249,180); }

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

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

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

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

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

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

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