#B4DB50

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

Shades of Conifer #B4DB50

Tints of Conifer #B4DB50

Color information

#B4DB50 (or 0xB4DB50) is unknown color: approx Conifer. HEX triplet: B4, DB and 50. RGB value is (180,219,80). Sum of RGB (Red+Green+Blue) = 180+219+80=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB50 is #4B24AF. Grayscale: #C0C0C0. Windows color (decimal): -4924592 or 5299124. OLE color: 5299124.

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

Color convert

RGB18021980-
CMYK0.1800.630.14
HSL76.83º65.88%58.63%-
HSV(B)76.83º63.47%85.88%-
XYZ45.660.9516.95-
YUV191.4965.08119.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 219 (85.94% from 255) = 45.72%
BLUE value IS 80 (31.64% from 255) = 16.70%
R=37.58%
G=45.72%
B=16.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180219800.1800.630.1476.8365.8858.63
HexB4DB501203FE4d423b
Octal264333120220771611510273
Binary10110100110110111010000100100111111111010011011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DB50; }

 p { color: rgb(180,219,80); }

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

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

 a { background-color: rgb(180,219,80); }

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

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

 span { border-color: rgb(180,219,80); }

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