#B7CA9C

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

Shades of Sprout #B7CA9C

Tints of Sprout #B7CA9C

Color information

#B7CA9C (or 0xB7CA9C) is unknown color: approx Sprout. HEX triplet: B7, CA and 9C. RGB value is (183,202,156). Sum of RGB (Red+Green+Blue) = 183+202+156=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CA9C is #483563. Grayscale: #BFBFBF. Windows color (decimal): -4732260 or 10275511. OLE color: 10275511.

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

Color convert

RGB183202156-
CMYK0.0900.230.21
HSL84.78º30.26%70.2%-
HSV(B)84.78º22.77%79.22%-
XYZ46.6554.7139.55-
YUV191.08108.21122.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.83%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=33.83%
G=37.34%
B=28.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021560.0900.230.2184.7830.2670.2
HexB7CA9C901715551e46
Octal267312234110272512536106
Binary1011011111001010100111001001010111101011010101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CA9C; }

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

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

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

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

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

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

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

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