#B4CB9B

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

Shades of Sprout #B4CB9B

Tints of Sprout #B4CB9B

Color information

#B4CB9B (or 0xB4CB9B) is unknown color: approx Sprout. HEX triplet: B4, CB and 9B. RGB value is (180,203,155). Sum of RGB (Red+Green+Blue) = 180+203+155=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CB9B is #4B3464. Grayscale: #BEBEBE. Windows color (decimal): -4928613 or 10210228. OLE color: 10210228.

HSL color Cylindrical-coordinate representation of color #B4CB9B: hue angle of 88.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4CB9B is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB180203155-
CMYK0.1100.240.20
HSL88.75º31.58%70.2%-
HSV(B)88.75º23.65%79.61%-
XYZ46.0954.7839.15-
YUV190.65107.88120.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.46%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 155 (60.94% from 255) = 28.81%
R=33.46%
G=37.73%
B=28.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031550.1100.240.2088.7531.5870.2
HexB4CB9BB01814592046
Octal264313233130302413140106
Binary10110100110010111001101110110110001010010110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB9B; }

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

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

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

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

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

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

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

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