#B4C692

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

Shades of Sprout #B4C692

Tints of Sprout #B4C692

Color information

#B4C692 (or 0xB4C692) is unknown color: approx Sprout. HEX triplet: B4, C6 and 92. RGB value is (180,198,146). Sum of RGB (Red+Green+Blue) = 180+198+146=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C692 is #4B396D. Grayscale: #BABABA. Windows color (decimal): -4929902 or 9619124. OLE color: 9619124.

HSL color Cylindrical-coordinate representation of color #B4C692: hue angle of 80.77º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4C692 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB180198146-
CMYK0.0900.260.22
HSL80.77º31.33%67.45%-
HSV(B)80.77º26.26%77.65%-
XYZ44.252.1734.93-
YUV186.69105.04123.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 198 (77.73% from 255) = 37.79%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=34.35%
G=37.79%
B=27.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801981460.0900.260.2280.7731.3367.45
HexB4C692901A16511f43
Octal264306222110322612137103
Binary1011010011000110100100101001011010101101010001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C692; }

 p { color: rgb(180,198,146); }

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

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

 a { background-color: rgb(180,198,146); }

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

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

 span { border-color: rgb(180,198,146); }

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