#B0D592

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

Shades of Feijoa #B0D592

Tints of Feijoa #B0D592

Color information

#B0D592 (or 0xB0D592) is unknown color: approx Feijoa. HEX triplet: B0, D5 and 92. RGB value is (176,213,146). Sum of RGB (Red+Green+Blue) = 176+213+146=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D592 is #4F2A6D. Grayscale: #C2C2C2. Windows color (decimal): -5188206 or 9622960. OLE color: 9622960.

HSL color Cylindrical-coordinate representation of color #B0D592: hue angle of 93.13º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0D592 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB176213146-
CMYK0.1700.310.16
HSL93.13º44.37%70.39%-
HSV(B)93.13º31.46%83.53%-
XYZ46.8958.8936.09-
YUV194.3100.74114.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 213 (83.59% from 255) = 39.81%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=32.90%
G=39.81%
B=27.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762131460.1700.310.1693.1344.3770.39
HexB0D5921101F105d2c46
Octal260325222210372013554106
Binary101100001101010110010010100010111111000010111011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D592; }

 p { color: rgb(176,213,146); }

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

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

 a { background-color: rgb(176,213,146); }

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

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

 span { border-color: rgb(176,213,146); }

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