#b2dc63

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

Shades of Conifer #B2DC63

Tints of Conifer #B2DC63

Color information

#B2DC63 (or 0xB2DC63) is unknown color: approx Conifer. HEX triplet: B2, DC and 63. RGB value is (178,220,99). Sum of RGB (Red+Green+Blue) = 178+220+99=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC63 is #4D239C. Grayscale: #C2C2C2. Windows color (decimal): -5055389 or 6544562. OLE color: 6544562.

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

Color convert

RGB17822099-
CMYK0.1900.550.14
HSL80.83º63.35%62.55%-
HSV(B)80.83º55%86.27%-
XYZ46.2161.5521.25-
YUV193.6574.59116.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 220 (86.33% from 255) = 44.27%
BLUE value IS 99 (39.06% from 255) = 19.92%
R=35.81%
G=44.27%
B=19.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal178220990.1900.550.1480.8363.3562.55
HexB2DC6313037E513f3f
Octal26233414323067161217777
Binary1011001011011100110001110011011011111101010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2dc63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2dc63; }

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

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

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

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

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

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

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

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