#B4CE9B

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

Shades of Sprout #B4CE9B

Tints of Sprout #B4CE9B

Color information

#B4CE9B (or 0xB4CE9B) is unknown color: approx Sprout. HEX triplet: B4, CE and 9B. RGB value is (180,206,155). Sum of RGB (Red+Green+Blue) = 180+206+155=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CE9B is #4B3164. Grayscale: #C0C0C0. Windows color (decimal): -4927845 or 10210996. OLE color: 10210996.

HSL color Cylindrical-coordinate representation of color #B4CE9B: hue angle of 90.59º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4CE9B is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB180206155-
CMYK0.1300.250.19
HSL90.59º34.23%70.78%-
HSV(B)90.59º24.76%80.78%-
XYZ46.8156.2139.39-
YUV192.41106.89119.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 155 (60.94% from 255) = 28.65%
R=33.27%
G=38.08%
B=28.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061550.1300.250.1990.5934.2370.78
HexB4CE9BD019135b2247
Octal264316233150312313342107
Binary10110100110011101001101111010110011001110110111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CE9B; }

 p { color: rgb(180,206,155); }

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

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

 a { background-color: rgb(180,206,155); }

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

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

 span { border-color: rgb(180,206,155); }

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