#B3CA92

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

Shades of Sprout #B3CA92

Tints of Sprout #B3CA92

Color information

#B3CA92 (or 0xB3CA92) is unknown color: approx Sprout. HEX triplet: B3, CA and 92. RGB value is (179,202,146). Sum of RGB (Red+Green+Blue) = 179+202+146=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA92 is #4C356D. Grayscale: #BCBCBC. Windows color (decimal): -4994414 or 9620147. OLE color: 9620147.

HSL color Cylindrical-coordinate representation of color #B3CA92: hue angle of 84.64º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3CA92 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB179202146-
CMYK0.1100.280.21
HSL84.64º34.57%68.24%-
HSV(B)84.64º27.72%79.22%-
XYZ44.953.935.23-
YUV188.74103.88121.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=33.97%
G=38.33%
B=27.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021460.1100.280.2184.6434.5768.24
HexB3CA92B01C15552344
Octal263312222130342512543104
Binary10110011110010101001001010110111001010110101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA92; }

 p { color: rgb(179,202,146); }

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

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

 a { background-color: rgb(179,202,146); }

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

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

 span { border-color: rgb(179,202,146); }

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