Html Css Color HEX #B6FEB1 Celadon

📋 copy color: '#B6FEB1'

red 182 ◦ green 254 ◦ blue 177

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

Shades of Celadon #B6FEB1

Tints of Celadon #B6FEB1

RGB

 RED value IS 182 (71.48% from 255) = 29.69%

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

 BLUE value IS 177 (69.53% from 255) = 28.87%

R = 29.69%
G = 41.44%
B = 28.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#B6FEB1 (or 0xB6FEB1) is known color: Celadon. HEX triplet: B6, FE and B1. RGB value is (182,254,177). Sum of RGB (Red+Green+Blue) = 182+254+177=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FEB1 is #49014E. Grayscale: #DFDFDF. Windows color (decimal): -4784463 or 11665078. OLE color: 11665078.

HSL color Cylindrical-coordinate representation of color #B6FEB1: hue angle of 116.1º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6FEB1 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 254 177 -
CMYK 0.28 0 0.30 0.00
HSL 116.1º 0.97% 0.85% -
HSV(B) 116.1º 0.3% 1% -
XYZ 62.67 84 54.51 -
YUV 223.69 101.65 98.26 -
System Red Green Blue C M Y K H S L
Decimal 182 254 177 0.28 0 0.30 0.00 116.1 0.97 0.85
Hex B6 FE B1 1C 0 1E 0 74 61 55
Octal 266 376 261 34 0 36 0 164 141 125
Binary 10110110 11111110 10110001 11100 0 11110 0 1110100 1100001 1010101

Color Harmonies of #B6FEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FEB1

Black with #B6FEB1

Text Example


Text Example

White with #B6FEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FEB1; }

 p { color: rgb(182,254,177); }

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

background-color css

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

 a { background-color: rgb(182,254,177); }

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

border-color css

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

 span { border-color: rgb(182,254,177); }

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