Html Css Color HEX #B0EDB0 Celadon

📋 copy color: '#B0EDB0'

red 176 ◦ green 237 ◦ blue 176

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

Shades of Celadon #B0EDB0

Tints of Celadon #B0EDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.24%

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

R = 29.88%
G = 40.24%
B = 29.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#B0EDB0 (or 0xB0EDB0) is known color: Celadon. HEX triplet: B0, ED and B0. RGB value is (176,237,176). Sum of RGB (Red+Green+Blue) = 176+237+176=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EDB0 is #4F124F. Grayscale: #D3D3D3. Windows color (decimal): -5182032 or 11595184. OLE color: 11595184.

HSL color Cylindrical-coordinate representation of color #B0EDB0: hue angle of 120º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EDB0 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 176 -
CMYK 0.26 0 0.26 0.07
HSL 120º 0.63% 0.81% -
HSV(B) 120º 0.26% 0.93% -
XYZ 56.03 72.93 52.2 -
YUV 211.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 176 237 176 0.26 0 0.26 0.07 120 0.63 0.81
Hex B0 ED B0 1A 0 1A 7 78 3F 51
Octal 260 355 260 32 0 32 7 170 77 121
Binary 10110000 11101101 10110000 11010 0 11010 111 1111000 111111 1010001

Color Harmonies of #B0EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EDB0

Black with #B0EDB0

Text Example


Text Example

White with #B0EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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