#B8DC50

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

Shades of Conifer #B8DC50

Tints of Conifer #B8DC50

Color information

#B8DC50 (or 0xB8DC50) is unknown color: approx Conifer. HEX triplet: B8, DC and 50. RGB value is (184,220,80). Sum of RGB (Red+Green+Blue) = 184+220+80=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC50 is #4723AF. Grayscale: #C1C1C1. Windows color (decimal): -4662192 or 5299384. OLE color: 5299384.

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

Color convert

RGB18422080-
CMYK0.1600.640.14
HSL75.43º66.67%58.82%-
HSV(B)75.43º63.64%86.27%-
XYZ46.8161.9617.08-
YUV193.2864.07121.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 80 (31.64% from 255) = 16.53%
R=38.02%
G=45.45%
B=16.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184220800.1600.640.1475.4366.6758.82
HexB8DC5010040E4b433b
Octal2703341202001001611310373
Binary101110001101110010100001000001000000111010010111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DC50; }

 p { color: rgb(184,220,80); }

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

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

 a { background-color: rgb(184,220,80); }

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

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

 span { border-color: rgb(184,220,80); }

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