Html Css Color HEX #B2F2B0 Celadon

📋 copy color: '#B2F2B0'

red 178 ◦ green 242 ◦ blue 176

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

Shades of Celadon #B2F2B0

Tints of Celadon #B2F2B0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.6%

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

R = 29.87%
G = 40.6%
B = 29.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#B2F2B0 (or 0xB2F2B0) is known color: Celadon. HEX triplet: B2, F2 and B0. RGB value is (178,242,176). Sum of RGB (Red+Green+Blue) = 178+242+176=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F2B0 is #4D0D4F. Grayscale: #D7D7D7. Windows color (decimal): -5049680 or 11596466. OLE color: 11596466.

HSL color Cylindrical-coordinate representation of color #B2F2B0: hue angle of 118.18º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F2B0 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 242 176 -
CMYK 0.26 0 0.27 0.05
HSL 118.18º 0.72% 0.82% -
HSV(B) 118.18º 0.27% 0.95% -
XYZ 57.95 76.1 52.71 -
YUV 215.34 105.8 101.37 -
System Red Green Blue C M Y K H S L
Decimal 178 242 176 0.26 0 0.27 0.05 118.18 0.72 0.82
Hex B2 F2 B0 1A 0 1B 5 76 48 52
Octal 262 362 260 32 0 33 5 166 110 122
Binary 10110010 11110010 10110000 11010 0 11011 101 1110110 1001000 1010010

Color Harmonies of #B2F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F2B0

Black with #B2F2B0

Text Example


Text Example

White with #B2F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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