#B1D67A

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

Shades of Feijoa #B1D67A

Tints of Feijoa #B1D67A

Color information

#B1D67A (or 0xB1D67A) is unknown color: approx Feijoa. HEX triplet: B1, D6 and 7A. RGB value is (177,214,122). Sum of RGB (Red+Green+Blue) = 177+214+122=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D67A is #4E2985. Grayscale: #C0C0C0. Windows color (decimal): -5122438 or 8050353. OLE color: 8050353.

HSL color Cylindrical-coordinate representation of color #B1D67A: hue angle of 84.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1D67A is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB177214122-
CMYK0.1700.430.16
HSL84.13º52.87%65.88%-
HSV(B)84.13º42.99%83.92%-
XYZ45.6958.8527.36-
YUV192.4588.24116.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 122 (48.05% from 255) = 23.78%
R=34.50%
G=41.72%
B=23.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772141220.1700.430.1684.1352.8765.88
HexB1D67A1102B10543542
Octal261326172210532012465102
Binary101100011101011011110101000101010111000010101001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D67A; }

 p { color: rgb(177,214,122); }

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

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

 a { background-color: rgb(177,214,122); }

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

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

 span { border-color: rgb(177,214,122); }

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