#B2DC3C

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

Shades of Conifer #B2DC3C

Tints of Conifer #B2DC3C

Color information

#B2DC3C (or 0xB2DC3C) is unknown color: approx Conifer. HEX triplet: B2, DC and 3C. RGB value is (178,220,60). Sum of RGB (Red+Green+Blue) = 178+220+60=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DC3C is #4D23C3. Grayscale: #BDBDBD. Windows color (decimal): -5055428 or 3988658. OLE color: 3988658.

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

Color convert

RGB17822060-
CMYK0.1900.730.14
HSL75.75º69.57%54.9%-
HSV(B)75.75º72.73%86.27%-
XYZ44.7760.9813.69-
YUV189.255.09120.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 220 (86.33% from 255) = 48.03%
BLUE value IS 60 (23.83% from 255) = 13.10%
R=38.86%
G=48.03%
B=13.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal178220600.1900.730.1475.7569.5754.9
HexB2DC3C13049E4c4637
Octal262334742301111611410667
Binary10110010110111001111001001101001001111010011001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DC3C; }

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

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

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

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

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

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

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

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