#B0D684

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

Shades of Feijoa #B0D684

Tints of Feijoa #B0D684

Color information

#B0D684 (or 0xB0D684) is unknown color: approx Feijoa. HEX triplet: B0, D6 and 84. RGB value is (176,214,132). Sum of RGB (Red+Green+Blue) = 176+214+132=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D684 is #4F297B. Grayscale: #C1C1C1. Windows color (decimal): -5187964 or 8705712. OLE color: 8705712.

HSL color Cylindrical-coordinate representation of color #B0D684: hue angle of 87.8º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0D684 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB176214132-
CMYK0.1800.380.16
HSL87.8º50%67.84%-
HSV(B)87.8º38.32%83.92%-
XYZ46.1258.9930.79-
YUV193.2993.41115.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 214 (83.98% from 255) = 41.00%
BLUE value IS 132 (51.95% from 255) = 25.29%
R=33.72%
G=41.00%
B=25.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141320.1800.380.1687.85067.84
HexB0D6841202610583244
Octal260326204220462013062104
Binary1011000011010110100001001001001001101000010110001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D684; }

 p { color: rgb(176,214,132); }

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

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

 a { background-color: rgb(176,214,132); }

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

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

 span { border-color: rgb(176,214,132); }

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