#B4D992

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

Shades of Feijoa #B4D992

Tints of Feijoa #B4D992

Color information

#B4D992 (or 0xB4D992) is unknown color: approx Feijoa. HEX triplet: B4, D9 and 92. RGB value is (180,217,146). Sum of RGB (Red+Green+Blue) = 180+217+146=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D992 is #4B266D. Grayscale: #C6C6C6. Windows color (decimal): -4925038 or 9623988. OLE color: 9623988.

HSL color Cylindrical-coordinate representation of color #B4D992: hue angle of 91.27º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4D992 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB180217146-
CMYK0.1700.330.15
HSL91.27º48.3%71.18%-
HSV(B)91.27º32.72%85.1%-
XYZ48.8261.436.47-
YUV197.8498.74115.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=33.15%
G=39.96%
B=26.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802171460.1700.330.1591.2748.371.18
HexB4D99211021F5b3047
Octal264331222210411713360107
Binary101101001101100110010010100010100001111110110111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D992; }

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

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

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

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

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

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

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

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