#B0D484

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

Shades of Feijoa #B0D484

Tints of Feijoa #B0D484

Color information

#B0D484 (or 0xB0D484) is unknown color: approx Feijoa. HEX triplet: B0, D4 and 84. RGB value is (176,212,132). Sum of RGB (Red+Green+Blue) = 176+212+132=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D484 is #4F2B7B. Grayscale: #C0C0C0. Windows color (decimal): -5188476 or 8705200. OLE color: 8705200.

HSL color Cylindrical-coordinate representation of color #B0D484: hue angle of 87º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0D484 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB176212132-
CMYK0.1700.380.17
HSL87º48.19%67.45%-
HSV(B)87º37.74%83.14%-
XYZ45.6157.9830.62-
YUV192.1294.07116.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 212 (83.20% from 255) = 40.77%
BLUE value IS 132 (51.95% from 255) = 25.38%
R=33.85%
G=40.77%
B=25.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1762121320.1700.380.178748.1967.45
HexB0D4841102611573043
Octal260324204210462112760103
Binary1011000011010100100001001000101001101000110101111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D484; }

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

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

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

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

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

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

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

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