Html Css Color HEX #B0FAB0 Celadon

📋 copy color: '#B0FAB0'

red 176 ◦ green 250 ◦ blue 176

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

Shades of Celadon #B0FAB0

Tints of Celadon #B0FAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.53%

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

R = 29.24%
G = 41.53%
B = 29.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#B0FAB0 (or 0xB0FAB0) is known color: Celadon. HEX triplet: B0, FA and B0. RGB value is (176,250,176). Sum of RGB (Red+Green+Blue) = 176+250+176=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FAB0 is #4F054F. Grayscale: #DBDBDB. Windows color (decimal): -5178704 or 11598512. OLE color: 11598512.

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

Color convert

RGB 176 250 176 -
CMYK 0.30 0 0.30 0.02
HSL 120º 0.88% 0.84% -
HSV(B) 120º 0.3% 0.98% -
XYZ 59.93 80.74 53.5 -
YUV 219.44 103.48 97.02 -
System Red Green Blue C M Y K H S L
Decimal 176 250 176 0.30 0 0.30 0.02 120 0.88 0.84
Hex B0 FA B0 1E 0 1E 2 78 58 54
Octal 260 372 260 36 0 36 2 170 130 124
Binary 10110000 11111010 10110000 11110 0 11110 10 1111000 1011000 1010100

Color Harmonies of #B0FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FAB0

Black with #B0FAB0

Text Example


Text Example

White with #B0FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FAB0; }

 p { color: rgb(176,250,176); }

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

background-color css

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

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

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

border-color css

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

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

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