Html Css Color HEX #B1C5B4 Gum Leaf

📋 copy color: '#B1C5B4'

red 177 ◦ green 197 ◦ blue 180

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

Shades of Gum Leaf #B1C5B4

Tints of Gum Leaf #B1C5B4

RGB

 RED value IS 177 (69.53% from 255) = 31.95%

 GREEN value IS 197 (77.34% from 255) = 35.56%

 BLUE value IS 180 (70.7% from 255) = 32.49%

R = 31.95%
G = 35.56%
B = 32.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#B1C5B4 (or 0xB1C5B4) is known color: Gum Leaf. HEX triplet: B1, C5 and B4. RGB value is (177,197,180). Sum of RGB (Red+Green+Blue) = 177+197+180=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C5B4 is #4E3A4B. Grayscale: #BDBDBD. Windows color (decimal): -5126732 or 11847089. OLE color: 11847089.

HSL color Cylindrical-coordinate representation of color #B1C5B4: hue angle of 129º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1C5B4 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 197 180 -
CMYK 0.10 0 0.09 0.23
HSL 129º 0.15% 0.73% -
HSV(B) 129º 0.1% 0.77% -
XYZ 46.34 52.57 50.89 -
YUV 189.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 177 197 180 0.10 0 0.09 0.23 129 0.15 0.73
Hex B1 C5 B4 A 0 9 17 81 F 49
Octal 261 305 264 12 0 11 27 201 17 111
Binary 10110001 11000101 10110100 1010 0 1001 10111 10000001 1111 1001001

Color Harmonies of #B1C5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C5B4

Black with #B1C5B4

Text Example


Text Example

White with #B1C5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C5B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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