Html Css Color HEX #B4F6B1 Celadon

📋 copy color: '#B4F6B1'

red 180 ◦ green 246 ◦ blue 177

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

Shades of Celadon #B4F6B1

Tints of Celadon #B4F6B1

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.8%

 BLUE value IS 177 (69.53% from 255) = 29.35%

R = 29.85%
G = 40.8%
B = 29.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#B4F6B1 (or 0xB4F6B1) is known color: Celadon. HEX triplet: B4, F6 and B1. RGB value is (180,246,177). Sum of RGB (Red+Green+Blue) = 180+246+177=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F6B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F6B1 is #4B094E. Grayscale: #DADADA. Windows color (decimal): -4917583 or 11663028. OLE color: 11663028.

HSL color Cylindrical-coordinate representation of color #B4F6B1: hue angle of 117.39º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4F6B1 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 246 177 -
CMYK 0.27 0 0.28 0.04
HSL 117.39º 0.79% 0.83% -
HSV(B) 117.39º 0.28% 0.96% -
XYZ 59.71 78.79 53.66 -
YUV 218.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 180 246 177 0.27 0 0.28 0.04 117.39 0.79 0.83
Hex B4 F6 B1 1B 0 1C 4 75 4F 53
Octal 264 366 261 33 0 34 4 165 117 123
Binary 10110100 11110110 10110001 11011 0 11100 100 1110101 1001111 1010011

Color Harmonies of #B4F6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F6B1

Black with #B4F6B1

Text Example


Text Example

White with #B4F6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F6B1; }

 p { color: rgb(180,246,177); }

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

background-color css

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

 a { background-color: rgb(180,246,177); }

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

border-color css

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

 span { border-color: rgb(180,246,177); }

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