#B2DC68

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

Shades of Conifer #B2DC68

Tints of Conifer #B2DC68

Color information

#B2DC68 (or 0xB2DC68) is unknown color: approx Conifer. HEX triplet: B2, DC and 68. RGB value is (178,220,104). Sum of RGB (Red+Green+Blue) = 178+220+104=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC68 is #4D2397. Grayscale: #C2C2C2. Windows color (decimal): -5055384 or 6872242. OLE color: 6872242.

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

Color convert

RGB178220104-
CMYK0.1900.530.14
HSL81.72º62.37%63.53%-
HSV(B)81.72º52.73%86.27%-
XYZ46.4561.6522.55-
YUV194.2277.09116.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 220 (86.33% from 255) = 43.82%
BLUE value IS 104 (41.02% from 255) = 20.72%
R=35.46%
G=43.82%
B=20.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782201040.1900.530.1481.7262.3763.53
HexB2DC6813035E523e40
Octal262334150230651612276100
Binary10110010110111001101000100110110101111010100101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DC68; }

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

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

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

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

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

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

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

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