Html Css Color HEX #B2FCB2 Celadon

📋 copy color: '#B2FCB2'

red 178 ◦ green 252 ◦ blue 178

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

Shades of Celadon #B2FCB2

Tints of Celadon #B2FCB2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.45%

 BLUE value IS 178 (69.92% from 255) = 29.28%

R = 29.28%
G = 41.45%
B = 29.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#B2FCB2 (or 0xB2FCB2) is known color: Celadon. HEX triplet: B2, FC and B2. RGB value is (178,252,178). Sum of RGB (Red+Green+Blue) = 178+252+178=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FCB2 is #4D034D. Grayscale: #DDDDDD. Windows color (decimal): -5047118 or 11730098. OLE color: 11730098.

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

Color convert

RGB 178 252 178 -
CMYK 0.29 0 0.29 0.01
HSL 120º 0.93% 0.84% -
HSV(B) 120º 0.29% 0.99% -
XYZ 61.21 82.3 54.78 -
YUV 221.44 103.48 97.02 -
System Red Green Blue C M Y K H S L
Decimal 178 252 178 0.29 0 0.29 0.01 120 0.93 0.84
Hex B2 FC B2 1D 0 1D 1 78 5C 54
Octal 262 374 262 35 0 35 1 170 134 124
Binary 10110010 11111100 10110010 11101 0 11101 1 1111000 1011100 1010100

Color Harmonies of #B2FCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCB2

Black with #B2FCB2

Text Example


Text Example

White with #B2FCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCB2; }

 p { color: rgb(178,252,178); }

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

background-color css

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

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

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

border-color css

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

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

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