#B5D684

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

Shades of Feijoa #B5D684

Tints of Feijoa #B5D684

Color information

#B5D684 (or 0xB5D684) is unknown color: approx Feijoa. HEX triplet: B5, D6 and 84. RGB value is (181,214,132). Sum of RGB (Red+Green+Blue) = 181+214+132=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D684 is #4A297B. Grayscale: #C3C3C3. Windows color (decimal): -4860284 or 8705717. OLE color: 8705717.

HSL color Cylindrical-coordinate representation of color #B5D684: hue angle of 84.15º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5D684 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB181214132-
CMYK0.1500.380.16
HSL84.15º50%67.84%-
HSV(B)84.15º38.32%83.92%-
XYZ47.2759.5830.84-
YUV194.7892.57118.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=34.35%
G=40.61%
B=25.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812141320.1500.380.1684.155067.84
HexB5D684F02610543244
Octal265326204170462012462104
Binary101101011101011010000100111101001101000010101001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D684; }

 p { color: rgb(181,214,132); }

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

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

 a { background-color: rgb(181,214,132); }

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

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

 span { border-color: rgb(181,214,132); }

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