#B0D483

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

Shades of Feijoa #B0D483

Tints of Feijoa #B0D483

Color information

#B0D483 (or 0xB0D483) is unknown color: approx Feijoa. HEX triplet: B0, D4 and 83. RGB value is (176,212,131). Sum of RGB (Red+Green+Blue) = 176+212+131=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D483 is #4F2B7C. Grayscale: #C0C0C0. Windows color (decimal): -5188477 or 8639664. OLE color: 8639664.

HSL color Cylindrical-coordinate representation of color #B0D483: hue angle of 86.67º degrees, saturation: 0.49, 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 #B0D483 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB176212131-
CMYK0.1700.380.17
HSL86.67º48.5%67.25%-
HSV(B)86.67º38.21%83.14%-
XYZ45.5457.9630.26-
YUV19293.57116.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 131 (51.56% from 255) = 25.24%
R=33.91%
G=40.85%
B=25.24%

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
Decimal1762121310.1700.380.1786.6748.567.25
HexB0D4831102611573143
Octal260324203210462112761103
Binary1011000011010100100000111000101001101000110101111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D483; }

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

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

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

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

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

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

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

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