#B2C792

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

Shades of Sprout #B2C792

Tints of Sprout #B2C792

Color information

#B2C792 (or 0xB2C792) is unknown color: approx Sprout. HEX triplet: B2, C7 and 92. RGB value is (178,199,146). Sum of RGB (Red+Green+Blue) = 178+199+146=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C792 is #4D386D. Grayscale: #BABABA. Windows color (decimal): -5060718 or 9619378. OLE color: 9619378.

HSL color Cylindrical-coordinate representation of color #B2C792: hue angle of 83.77º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2C792 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB178199146-
CMYK0.1100.270.22
HSL83.77º32.12%67.65%-
HSV(B)83.77º26.63%78.04%-
XYZ43.9752.3934.99-
YUV186.68105.04121.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 199 (78.12% from 255) = 38.05%
BLUE value IS 146 (57.42% from 255) = 27.92%
R=34.03%
G=38.05%
B=27.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781991460.1100.270.2283.7732.1267.65
HexB2C792B01B16542044
Octal262307222130332612440104
Binary10110010110001111001001010110110111011010101001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C792; }

 p { color: rgb(178,199,146); }

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

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

 a { background-color: rgb(178,199,146); }

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

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

 span { border-color: rgb(178,199,146); }

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