#B2D680

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

Shades of Feijoa #B2D680

Tints of Feijoa #B2D680

Color information

#B2D680 (or 0xB2D680) is unknown color: approx Feijoa. HEX triplet: B2, D6 and 80. RGB value is (178,214,128). Sum of RGB (Red+Green+Blue) = 178+214+128=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D680 is #4D297F. Grayscale: #C1C1C1. Windows color (decimal): -5056896 or 8443570. OLE color: 8443570.

HSL color Cylindrical-coordinate representation of color #B2D680: hue angle of 85.12º 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 #B2D680 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB178214128-
CMYK0.1700.400.16
HSL85.12º51.19%67.06%-
HSV(B)85.12º40.19%83.92%-
XYZ46.359.1229.39-
YUV193.4391.07116.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.23%
GREEN value IS 214 (83.98% from 255) = 41.15%
BLUE value IS 128 (50.39% from 255) = 24.62%
R=34.23%
G=41.15%
B=24.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782141280.1700.400.1685.1251.1967.06
HexB2D6801102810553343
Octal262326200210502012563103
Binary1011001011010110100000001000101010001000010101011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D680; }

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

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

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

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

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

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

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

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