#B2DB50

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

Shades of Conifer #B2DB50

Tints of Conifer #B2DB50

Color information

#B2DB50 (or 0xB2DB50) is unknown color: approx Conifer. HEX triplet: B2, DB and 50. RGB value is (178,219,80). Sum of RGB (Red+Green+Blue) = 178+219+80=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB50 is #4D24AF. Grayscale: #BFBFBF. Windows color (decimal): -5055664 or 5299122. OLE color: 5299122.

HSL color Cylindrical-coordinate representation of color #B2DB50: hue angle of 77.7º 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 #B2DB50 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB17821980-
CMYK0.1900.630.14
HSL77.7º65.88%58.63%-
HSV(B)77.7º63.47%85.88%-
XYZ45.1460.7116.93-
YUV190.965.42118.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 219 (85.94% from 255) = 45.91%
BLUE value IS 80 (31.64% from 255) = 16.77%
R=37.32%
G=45.91%
B=16.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal178219800.1900.630.1477.765.8858.63
HexB2DB501303FE4e423b
Octal262333120230771611610273
Binary10110010110110111010000100110111111111010011101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DB50; }

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

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

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

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

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

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

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

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