#B0FFAD

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

Shades of Celadon #B0FFAD

Tints of Celadon #B0FFAD

Color information

#B0FFAD (or 0xB0FFAD) is unknown color: approx Celadon. HEX triplet: B0, FF and AD. RGB value is (176,255,173). Sum of RGB (Red+Green+Blue) = 176+255+173=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFAD is #4F0052. Grayscale: #DEDEDE. Windows color (decimal): -5177427 or 11403184. OLE color: 11403184.

HSL color Cylindrical-coordinate representation of color #B0FFAD: hue angle of 117.8º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0FFAD is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB176255173-
CMYK0.3100.320
HSL117.8º100%83.92%-
HSV(B)117.8º32.16%100%-
XYZ61.2183.7752.48-
YUV222.03100.3395.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=29.14%
G=42.22%
B=28.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551730.3100.320117.810083.92
HexB0FFAD1F0200766454
Octal260377255370400166144124
Binary1011000011111111101011011111101000000111011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFAD; }

 p { color: rgb(176,255,173); }

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

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

 a { background-color: rgb(176,255,173); }

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

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

 span { border-color: rgb(176,255,173); }

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