Html Css Color HEX #B1FEAB Celadon

📋 copy color: '#B1FEAB'

red 177 ◦ green 254 ◦ blue 171

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

Shades of Celadon #B1FEAB

Tints of Celadon #B1FEAB

RGB

 RED value IS 177 (69.53% from 255) = 29.4%

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

 BLUE value IS 171 (67.19% from 255) = 28.41%

R = 29.4%
G = 42.19%
B = 28.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#B1FEAB (or 0xB1FEAB) is known color: Celadon. HEX triplet: B1, FE and AB. RGB value is (177,254,171). Sum of RGB (Red+Green+Blue) = 177+254+171=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FEAB is #4E0154. Grayscale: #DDDDDD. Windows color (decimal): -5112149 or 11271857. OLE color: 11271857.

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

Color convert

RGB 177 254 171 -
CMYK 0.30 0 0.33 0.00
HSL 115.66º 0.98% 0.83% -
HSV(B) 115.66º 0.33% 1% -
XYZ 60.92 83.17 51.37 -
YUV 221.52 99.49 96.25 -
System Red Green Blue C M Y K H S L
Decimal 177 254 171 0.30 0 0.33 0.00 115.66 0.98 0.83
Hex B1 FE AB 1E 0 21 0 74 62 53
Octal 261 376 253 36 0 41 0 164 142 123
Binary 10110001 11111110 10101011 11110 0 100001 0 1110100 1100010 1010011

Color Harmonies of #B1FEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEAB

Black with #B1FEAB

Text Example


Text Example

White with #B1FEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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