#B4D782

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

Shades of Feijoa #B4D782

Tints of Feijoa #B4D782

Color information

#B4D782 (or 0xB4D782) is unknown color: approx Feijoa. HEX triplet: B4, D7 and 82. RGB value is (180,215,130). Sum of RGB (Red+Green+Blue) = 180+215+130=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D782 is #4B287D. Grayscale: #C3C3C3. Windows color (decimal): -4925566 or 8574900. OLE color: 8574900.

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

Color convert

RGB180215130-
CMYK0.1600.400.16
HSL84.71º51.52%67.65%-
HSV(B)84.71º39.53%84.31%-
XYZ47.1559.9230.2-
YUV194.8491.4117.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 215 (84.38% from 255) = 40.95%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=34.29%
G=40.95%
B=24.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802151300.1600.400.1684.7151.5267.65
HexB4D7821002810553444
Octal264327202200502012564104
Binary1011010011010111100000101000001010001000010101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D782; }

 p { color: rgb(180,215,130); }

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

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

 a { background-color: rgb(180,215,130); }

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

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

 span { border-color: rgb(180,215,130); }

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