Html Css Color HEX #B0FEAC Celadon

📋 copy color: '#B0FEAC'

red 176 ◦ green 254 ◦ blue 172

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

Shades of Celadon #B0FEAC

Tints of Celadon #B0FEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.57%

R = 29.24%
G = 42.19%
B = 28.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#B0FEAC (or 0xB0FEAC) is known color: Celadon. HEX triplet: B0, FE and AC. RGB value is (176,254,172). Sum of RGB (Red+Green+Blue) = 176+254+172=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FEAC is #4F0153. Grayscale: #DDDDDD. Windows color (decimal): -5177684 or 11337392. OLE color: 11337392.

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

Color convert

RGB 176 254 172 -
CMYK 0.31 0 0.32 0.00
HSL 117.07º 0.98% 0.84% -
HSV(B) 117.07º 0.32% 1% -
XYZ 60.79 83.09 51.86 -
YUV 221.33 100.16 95.67 -
System Red Green Blue C M Y K H S L
Decimal 176 254 172 0.31 0 0.32 0.00 117.07 0.98 0.84
Hex B0 FE AC 1F 0 20 0 75 62 54
Octal 260 376 254 37 0 40 0 165 142 124
Binary 10110000 11111110 10101100 11111 0 100000 0 1110101 1100010 1010100

Color Harmonies of #B0FEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FEAC

Black with #B0FEAC

Text Example


Text Example

White with #B0FEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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