#B1DB7B

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

Shades of Feijoa #B1DB7B

Tints of Feijoa #B1DB7B

Color information

#B1DB7B (or 0xB1DB7B) is unknown color: approx Feijoa. HEX triplet: B1, DB and 7B. RGB value is (177,219,123). Sum of RGB (Red+Green+Blue) = 177+219+123=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DB7B is #4E2484. Grayscale: #C3C3C3. Windows color (decimal): -5121157 or 8117169. OLE color: 8117169.

HSL color Cylindrical-coordinate representation of color #B1DB7B: hue angle of 86.25º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1DB7B is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB177219123-
CMYK0.1900.440.14
HSL86.25º57.14%67.06%-
HSV(B)86.25º43.84%85.88%-
XYZ47.0461.4428.12-
YUV195.587.09114.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 219 (85.94% from 255) = 42.20%
BLUE value IS 123 (48.44% from 255) = 23.70%
R=34.10%
G=42.20%
B=23.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772191230.1900.440.1486.2557.1467.06
HexB1DB7B1302CE563943
Octal261333173230541612671103
Binary10110001110110111111011100110101100111010101101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DB7B; }

 p { color: rgb(177,219,123); }

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

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

 a { background-color: rgb(177,219,123); }

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

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

 span { border-color: rgb(177,219,123); }

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