Html Css Color HEX #B2FEB0 Celadon

📋 copy color: '#B2FEB0'

red 178 ◦ green 254 ◦ blue 176

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

Shades of Celadon #B2FEB0

Tints of Celadon #B2FEB0

RGB

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

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

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

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

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #B2FEB0: hue angle of 118.46º 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 #B2FEB0 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 176 -
CMYK 0.30 0 0.31 0.00
HSL 118.46º 0.98% 0.84% -
HSV(B) 118.46º 0.31% 1% -
XYZ 61.64 83.48 53.94 -
YUV 222.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 178 254 176 0.30 0 0.31 0.00 118.46 0.98 0.84
Hex B2 FE B0 1E 0 1F 0 76 62 54
Octal 262 376 260 36 0 37 0 166 142 124
Binary 10110010 11111110 10110000 11110 0 11111 0 1110110 1100010 1010100

Color Harmonies of #B2FEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEB0

Black with #B2FEB0

Text Example


Text Example

White with #B2FEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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