Html Css Color HEX #B0FFAD Celadon

📋 copy color: '#B0FFAD'

red 176 ◦ green 255 ◦ blue 173

#B0FFAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #B0FFAD

Tints of Celadon #B0FFAD

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 value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#B0FFAD (or 0xB0FFAD) is known color: 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

RGB 176 255 173 -
CMYK 0.31 0 0.32 0
HSL 117.8º 1% 0.84% -
HSV(B) 117.8º 0.32% 1% -
XYZ 61.21 83.77 52.48 -
YUV 222.03 100.33 95.17 -
System Red Green Blue C M Y K H S L
Decimal 176 255 173 0.31 0 0.32 0 117.8 1 0.84
Hex B0 FF AD 1F 0 20 0 76 64 54
Octal 260 377 255 37 0 40 0 166 144 124
Binary 10110000 11111111 10101101 11111 0 100000 0 1110110 1100100 1010100

Color Harmonies of #B0FFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFAD

Black with #B0FFAD

Text Example


Text Example

White with #B0FFAD

Text Example


Text Example

HTML Codes & Css Web 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>