#B7DC68

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

Shades of Conifer #B7DC68

Tints of Conifer #B7DC68

Color information

#B7DC68 (or 0xB7DC68) is unknown color: approx Conifer. HEX triplet: B7, DC and 68. RGB value is (183,220,104). Sum of RGB (Red+Green+Blue) = 183+220+104=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC68 is #482397. Grayscale: #C4C4C4. Windows color (decimal): -4727704 or 6872247. OLE color: 6872247.

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

Color convert

RGB183220104-
CMYK0.1700.530.14
HSL79.14º62.37%63.53%-
HSV(B)79.14º52.73%86.27%-
XYZ47.6262.2522.6-
YUV195.7176.24118.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.09%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 104 (41.02% from 255) = 20.51%
R=36.09%
G=43.39%
B=20.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832201040.1700.530.1479.1462.3763.53
HexB7DC6811035E4f3e40
Octal267334150210651611776100
Binary10110111110111001101000100010110101111010011111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DC68; }

 p { color: rgb(183,220,104); }

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

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

 a { background-color: rgb(183,220,104); }

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

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

 span { border-color: rgb(183,220,104); }

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