#B4C398

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

Shades of Sprout #B4C398

Tints of Sprout #B4C398

Color information

#B4C398 (or 0xB4C398) is unknown color: approx Sprout. HEX triplet: B4, C3 and 98. RGB value is (180,195,152). Sum of RGB (Red+Green+Blue) = 180+195+152=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C398 is #4B3C67. Grayscale: #B9B9B9. Windows color (decimal): -4930664 or 10011572. OLE color: 10011572.

HSL color Cylindrical-coordinate representation of color #B4C398: hue angle of 80.93º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4C398 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB180195152-
CMYK0.0800.220.24
HSL80.93º26.38%68.04%-
HSV(B)80.93º22.05%76.47%-
XYZ445137.23-
YUV185.61109.03124-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=34.16%
G=37.00%
B=28.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801951520.0800.220.2480.9326.3868.04
HexB4C398801618511a44
Octal264303230100263012132104
Binary1011010011000011100110001000010110110001010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C398; }

 p { color: rgb(180,195,152); }

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

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

 a { background-color: rgb(180,195,152); }

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

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

 span { border-color: rgb(180,195,152); }

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