#B0DC7C

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

Shades of Feijoa #B0DC7C

Tints of Feijoa #B0DC7C

Color information

#B0DC7C (or 0xB0DC7C) is unknown color: approx Feijoa. HEX triplet: B0, DC and 7C. RGB value is (176,220,124). Sum of RGB (Red+Green+Blue) = 176+220+124=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC7C is #4F2383. Grayscale: #C4C4C4. Windows color (decimal): -5186436 or 8182960. OLE color: 8182960.

HSL color Cylindrical-coordinate representation of color #B0DC7C: hue angle of 87.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0DC7C is Cyan = 0.2, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB176220124-
CMYK0.200.440.14
HSL87.5º57.83%67.45%-
HSV(B)87.5º43.64%86.27%-
XYZ47.1461.8728.53-
YUV195.987.42113.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 220 (86.33% from 255) = 42.31%
BLUE value IS 124 (48.83% from 255) = 23.85%
R=33.85%
G=42.31%
B=23.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762201240.200.440.1487.557.8367.45
HexB0DC7C1402CE583a43
Octal260334174240541613072103
Binary10110000110111001111100101000101100111010110001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DC7C; }

 p { color: rgb(176,220,124); }

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

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

 a { background-color: rgb(176,220,124); }

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

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

 span { border-color: rgb(176,220,124); }

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