#B0DC8A

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

Shades of Feijoa #B0DC8A

Tints of Feijoa #B0DC8A

Color information

#B0DC8A (or 0xB0DC8A) is unknown color: approx Feijoa. HEX triplet: B0, DC and 8A. RGB value is (176,220,138). Sum of RGB (Red+Green+Blue) = 176+220+138=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC8A is #4F2375. Grayscale: #C5C5C5. Windows color (decimal): -5186422 or 9100464. OLE color: 9100464.

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

Color convert

RGB176220138-
CMYK0.200.370.14
HSL92.2º53.95%70.2%-
HSV(B)92.2º37.27%86.27%-
XYZ48.0962.2533.53-
YUV197.594.42112.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 220 (86.33% from 255) = 41.20%
BLUE value IS 138 (54.30% from 255) = 25.84%
R=32.96%
G=41.20%
B=25.84%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762201380.200.370.1492.253.9570.2
HexB0DC8A14025E5c3646
Octal260334212240451613466106
Binary101100001101110010001010101000100101111010111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DC8A; }

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

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

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

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

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

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

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

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