#B4DC83

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

Shades of Feijoa #B4DC83

Tints of Feijoa #B4DC83

Color information

#B4DC83 (or 0xB4DC83) is unknown color: approx Feijoa. HEX triplet: B4, DC and 83. RGB value is (180,220,131). Sum of RGB (Red+Green+Blue) = 180+220+131=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DC83 is #4B237C. Grayscale: #C6C6C6. Windows color (decimal): -4924285 or 8641716. OLE color: 8641716.

HSL color Cylindrical-coordinate representation of color #B4DC83: hue angle of 86.97º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4DC83 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB180220131-
CMYK0.1800.400.14
HSL86.97º55.97%68.82%-
HSV(B)86.97º40.45%86.27%-
XYZ48.5162.5330.99-
YUV197.8990.25115.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 131 (51.56% from 255) = 24.67%
R=33.90%
G=41.43%
B=24.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201310.1800.400.1486.9755.9768.82
HexB4DC8312028E573845
Octal264334203220501612770105
Binary101101001101110010000011100100101000111010101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC83; }

 p { color: rgb(180,220,131); }

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

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

 a { background-color: rgb(180,220,131); }

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

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

 span { border-color: rgb(180,220,131); }

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