#B6DB58

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

Shades of Conifer #B6DB58

Tints of Conifer #B6DB58

Color information

#B6DB58 (or 0xB6DB58) is unknown color: approx Conifer. HEX triplet: B6, DB and 58. RGB value is (182,219,88). Sum of RGB (Red+Green+Blue) = 182+219+88=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DB58 is #4924A7. Grayscale: #C1C1C1. Windows color (decimal): -4793512 or 5823414. OLE color: 5823414.

HSL color Cylindrical-coordinate representation of color #B6DB58: hue angle of 76.95º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6DB58 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB18221988-
CMYK0.1700.600.14
HSL76.95º64.53%60.2%-
HSV(B)76.95º59.82%85.88%-
XYZ46.3861.3118.62-
YUV19368.74120.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 219 (85.94% from 255) = 44.79%
BLUE value IS 88 (34.77% from 255) = 18.00%
R=37.22%
G=44.79%
B=18.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182219880.1700.600.1476.9564.5360.2
HexB6DB581103CE4d413c
Octal266333130210741611510174
Binary10110110110110111011000100010111100111010011011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DB58; }

 p { color: rgb(182,219,88); }

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

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

 a { background-color: rgb(182,219,88); }

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

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

 span { border-color: rgb(182,219,88); }

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