#b0d680

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

Shades of Feijoa #B0D680

Tints of Feijoa #B0D680

Color information

#B0D680 (or 0xB0D680) is unknown color: approx Feijoa. HEX triplet: B0, D6 and 80. RGB value is (176,214,128). Sum of RGB (Red+Green+Blue) = 176+214+128=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D680 is #4F297F. Grayscale: #C1C1C1. Windows color (decimal): -5187968 or 8443568. OLE color: 8443568.

HSL color Cylindrical-coordinate representation of color #B0D680: hue angle of 86.51º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0D680 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB176214128-
CMYK0.1800.400.16
HSL86.51º51.19%67.06%-
HSV(B)86.51º40.19%83.92%-
XYZ45.8558.8829.37-
YUV192.8391.41115.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 214 (83.98% from 255) = 41.31%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=33.98%
G=41.31%
B=24.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141280.1800.400.1686.5151.1967.06
HexB0D6801202810573343
Octal260326200220502012763103
Binary1011000011010110100000001001001010001000010101111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0d680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0d680; }

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

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

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

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

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

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

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

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