Html Css Color HEX #B4FBB3 Celadon

📋 copy color: '#B4FBB3'

red 180 ◦ green 251 ◦ blue 179

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

Shades of Celadon #B4FBB3

Tints of Celadon #B4FBB3

RGB

 RED value IS 180 (70.7% from 255) = 29.51%

 GREEN value IS 251 (98.44% from 255) = 41.15%

 BLUE value IS 179 (70.31% from 255) = 29.34%

R = 29.51%
G = 41.15%
B = 29.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#B4FBB3 (or 0xB4FBB3) is known color: Celadon. HEX triplet: B4, FB and B3. RGB value is (180,251,179). Sum of RGB (Red+Green+Blue) = 180+251+179=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 179 (70.31% from 255 or 29.34% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBB3 is #4B044C. Grayscale: #DDDDDD. Windows color (decimal): -4916301 or 11795380. OLE color: 11795380.

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

Color convert

RGB 180 251 179 -
CMYK 0.28 0 0.29 0.02
HSL 119.17º 0.9% 0.84% -
HSV(B) 119.17º 0.29% 0.98% -
XYZ 61.46 81.95 55.23 -
YUV 221.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 180 251 179 0.28 0 0.29 0.02 119.17 0.9 0.84
Hex B4 FB B3 1C 0 1D 2 77 5A 54
Octal 264 373 263 34 0 35 2 167 132 124
Binary 10110100 11111011 10110011 11100 0 11101 10 1110111 1011010 1010100

Color Harmonies of #B4FBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBB3

Black with #B4FBB3

Text Example


Text Example

White with #B4FBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBB3; }

 p { color: rgb(180,251,179); }

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

background-color css

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

 a { background-color: rgb(180,251,179); }

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

border-color css

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

 span { border-color: rgb(180,251,179); }

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