#B7DC8A

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

Shades of Feijoa #B7DC8A

Tints of Feijoa #B7DC8A

Color information

#B7DC8A (or 0xB7DC8A) is unknown color: approx Feijoa. HEX triplet: B7, DC and 8A. RGB value is (183,220,138). Sum of RGB (Red+Green+Blue) = 183+220+138=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DC8A is #482375. Grayscale: #C7C7C7. Windows color (decimal): -4727670 or 9100471. OLE color: 9100471.

HSL color Cylindrical-coordinate representation of color #B7DC8A: hue angle of 87.07º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7DC8A is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB183220138-
CMYK0.1700.370.14
HSL87.07º53.95%70.2%-
HSV(B)87.07º37.27%86.27%-
XYZ49.7163.0933.6-
YUV199.5993.24116.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.83%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 138 (54.30% from 255) = 25.51%
R=33.83%
G=40.67%
B=25.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832201380.1700.370.1487.0753.9570.2
HexB7DC8A11025E573646
Octal267334212210451612766106
Binary101101111101110010001010100010100101111010101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DC8A; }

 p { color: rgb(183,220,138); }

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

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

 a { background-color: rgb(183,220,138); }

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

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

 span { border-color: rgb(183,220,138); }

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