#B7CA9F

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

Shades of Sprout #B7CA9F

Tints of Sprout #B7CA9F

Color information

#B7CA9F (or 0xB7CA9F) is unknown color: approx Sprout. HEX triplet: B7, CA and 9F. RGB value is (183,202,159). Sum of RGB (Red+Green+Blue) = 183+202+159=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CA9F is #483560. Grayscale: #BFBFBF. Windows color (decimal): -4732257 or 10472119. OLE color: 10472119.

HSL color Cylindrical-coordinate representation of color #B7CA9F: hue angle of 86.51º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7CA9F is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB183202159-
CMYK0.0900.210.21
HSL86.51º28.86%70.78%-
HSV(B)86.51º21.29%79.22%-
XYZ46.9154.8140.91-
YUV191.42109.71122-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.64%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=33.64%
G=37.13%
B=29.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021590.0900.210.2186.5128.8670.78
HexB7CA9F901515571d47
Octal267312237110252512735107
Binary1011011111001010100111111001010101101011010111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CA9F; }

 p { color: rgb(183,202,159); }

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

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

 a { background-color: rgb(183,202,159); }

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

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

 span { border-color: rgb(183,202,159); }

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