Html Css Color HEX #B4C5B6 Gum Leaf

📋 copy color: '#B4C5B6'

red 180 ◦ green 197 ◦ blue 182

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

Shades of Gum Leaf #B4C5B6

Tints of Gum Leaf #B4C5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.56%

R = 32.2%
G = 35.24%
B = 32.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#B4C5B6 (or 0xB4C5B6) is known color: Gum Leaf. HEX triplet: B4, C5 and B6. RGB value is (180,197,182). Sum of RGB (Red+Green+Blue) = 180+197+182=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C5B6 is #4B3A49. Grayscale: #BEBEBE. Windows color (decimal): -4930122 or 11978164. OLE color: 11978164.

HSL color Cylindrical-coordinate representation of color #B4C5B6: hue angle of 127.06º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4C5B6 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 197 182 -
CMYK 0.09 0 0.08 0.23
HSL 127.06º 0.13% 0.74% -
HSV(B) 127.06º 0.09% 0.77% -
XYZ 47.23 53.01 52 -
YUV 190.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 180 197 182 0.09 0 0.08 0.23 127.06 0.13 0.74
Hex B4 C5 B6 9 0 8 17 7F D 4A
Octal 264 305 266 11 0 10 27 177 15 112
Binary 10110100 11000101 10110110 1001 0 1000 10111 1111111 1101 1001010

Color Harmonies of #B4C5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C5B6

Black with #B4C5B6

Text Example


Text Example

White with #B4C5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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