Html Css Color HEX #B0FEB2 Celadon

📋 copy color: '#B0FEB2'

red 176 ◦ green 254 ◦ blue 178

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

Shades of Celadon #B0FEB2

Tints of Celadon #B0FEB2

RGB

 RED value IS 176 (69.14% from 255) = 28.95%

 GREEN value IS 254 (99.61% from 255) = 41.78%

 BLUE value IS 178 (69.92% from 255) = 29.28%

R = 28.95%
G = 41.78%
B = 29.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#B0FEB2 (or 0xB0FEB2) is known color: Celadon. HEX triplet: B0, FE and B2. RGB value is (176,254,178). Sum of RGB (Red+Green+Blue) = 176+254+178=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FEB2 is #4F014D. Grayscale: #DEDEDE. Windows color (decimal): -5177678 or 11730608. OLE color: 11730608.

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

Color convert

RGB 176 254 178 -
CMYK 0.31 0 0.30 0.00
HSL 121.54º 0.98% 0.84% -
HSV(B) 121.54º 0.31% 1% -
XYZ 61.38 83.33 54.97 -
YUV 222.01 103.16 95.18 -
System Red Green Blue C M Y K H S L
Decimal 176 254 178 0.31 0 0.30 0.00 121.54 0.98 0.84
Hex B0 FE B2 1F 0 1E 0 7A 62 54
Octal 260 376 262 37 0 36 0 172 142 124
Binary 10110000 11111110 10110010 11111 0 11110 0 1111010 1100010 1010100

Color Harmonies of #B0FEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FEB2

Black with #B0FEB2

Text Example


Text Example

White with #B0FEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FEB2; }

 p { color: rgb(176,254,178); }

 H1.HeaderClassName
 {
   color: #B0FEB2;
 }
 .AnyTagClassName
 {
   color: #B0FEB2;
 }
</style>

background-color css

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

 a { background-color: rgb(176,254,178); }

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

border-color css

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

 span { border-color: rgb(176,254,178); }

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