#B2CCB7

Color #B2CCB7 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #B2CCB7

Tints of Gum Leaf #B2CCB7

Color information

#B2CCB7 (or 0xB2CCB7) is unknown color: approx Gum Leaf. HEX triplet: B2, CC and B7. RGB value is (178,204,183). Sum of RGB (Red+Green+Blue) = 178+204+183=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCB7 is #4D3348. Grayscale: #C1C1C1. Windows color (decimal): -5059401 or 12045490. OLE color: 12045490.

HSL color Cylindrical-coordinate representation of color #B2CCB7: hue angle of 131.54º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CCB7 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB178204183-
CMYK0.1300.100.2
HSL131.54º20.31%74.9%-
HSV(B)131.54º12.75%80%-
XYZ48.556.0753.07-
YUV193.83121.89116.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.50%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 183 (71.88% from 255) = 32.39%
R=31.50%
G=36.11%
B=32.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782041830.1300.100.2131.5420.3174.9
HexB2CCB7D0A1484144b
Octal262314267150122420424113
Binary1011001011001100101101111101010101010010000100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CCB7; }

 p { color: rgb(178,204,183); }

 H1.HeaderClassName
 {
   color: #B2CCB7;
 }
 .AnyTagClassName
 {
   color: #B2CCB7;
 }
</style>
background-color css

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

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

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

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

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

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