#B8DC63

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

Shades of Conifer #B8DC63

Tints of Conifer #B8DC63

Color information

#B8DC63 (or 0xB8DC63) is unknown color: approx Conifer. HEX triplet: B8, DC and 63. RGB value is (184,220,99). Sum of RGB (Red+Green+Blue) = 184+220+99=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC63 is #47239C. Grayscale: #C3C3C3. Windows color (decimal): -4662173 or 6544568. OLE color: 6544568.

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

Color convert

RGB18422099-
CMYK0.1600.550.14
HSL77.85º63.35%62.55%-
HSV(B)77.85º55%86.27%-
XYZ47.6162.2821.32-
YUV195.4473.57119.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 99 (39.06% from 255) = 19.68%
R=36.58%
G=43.74%
B=19.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184220990.1600.550.1477.8563.3562.55
HexB8DC6310037E4e3f3f
Octal27033414320067161167777
Binary1011100011011100110001110000011011111101001110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DC63; }

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

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

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

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

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

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

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

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