#B0D283

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

Shades of Feijoa #B0D283

Tints of Feijoa #B0D283

Color information

#B0D283 (or 0xB0D283) is unknown color: approx Feijoa. HEX triplet: B0, D2 and 83. RGB value is (176,210,131). Sum of RGB (Red+Green+Blue) = 176+210+131=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D283 is #4F2D7C. Grayscale: #BFBFBF. Windows color (decimal): -5188989 or 8639152. OLE color: 8639152.

HSL color Cylindrical-coordinate representation of color #B0D283: hue angle of 85.82º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0D283 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB176210131-
CMYK0.1600.380.18
HSL85.82º46.75%66.86%-
HSV(B)85.82º37.62%82.35%-
XYZ45.0556.9630.09-
YUV190.8394.24117.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 210 (82.42% from 255) = 40.62%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=34.04%
G=40.62%
B=25.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101310.1600.380.1885.8246.7566.86
HexB0D2831002612562f43
Octal260322203200462212657103
Binary1011000011010010100000111000001001101001010101101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D283; }

 p { color: rgb(176,210,131); }

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

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

 a { background-color: rgb(176,210,131); }

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

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

 span { border-color: rgb(176,210,131); }

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