#B8DC68

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

Shades of Conifer #B8DC68

Tints of Conifer #B8DC68

Color information

#B8DC68 (or 0xB8DC68) is unknown color: approx Conifer. HEX triplet: B8, DC and 68. RGB value is (184,220,104). Sum of RGB (Red+Green+Blue) = 184+220+104=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC68 is #472397. Grayscale: #C4C4C4. Windows color (decimal): -4662168 or 6872248. OLE color: 6872248.

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

Color convert

RGB184220104-
CMYK0.1600.530.14
HSL78.62º62.37%63.53%-
HSV(B)78.62º52.73%86.27%-
XYZ47.8662.3822.61-
YUV196.0176.07119.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.22%
GREEN value IS 220 (86.33% from 255) = 43.31%
BLUE value IS 104 (41.02% from 255) = 20.47%
R=36.22%
G=43.31%
B=20.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201040.1600.530.1478.6262.3763.53
HexB8DC6810035E4f3e40
Octal270334150200651611776100
Binary10111000110111001101000100000110101111010011111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DC68; }

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

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

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

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

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

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

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

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