#B0DC3C

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

Shades of Conifer #B0DC3C

Tints of Conifer #B0DC3C

Color information

#B0DC3C (or 0xB0DC3C) is unknown color: approx Conifer. HEX triplet: B0, DC and 3C. RGB value is (176,220,60). Sum of RGB (Red+Green+Blue) = 176+220+60=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DC3C is #4F23C3. Grayscale: #BDBDBD. Windows color (decimal): -5186500 or 3988656. OLE color: 3988656.

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

Color convert

RGB17622060-
CMYK0.200.730.14
HSL76.5º69.57%54.9%-
HSV(B)76.5º72.73%86.27%-
XYZ44.3160.7413.66-
YUV188.655.42119.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 220 (86.33% from 255) = 48.25%
BLUE value IS 60 (23.83% from 255) = 13.16%
R=38.60%
G=48.25%
B=13.16%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal176220600.200.730.1476.569.5754.9
HexB0DC3C14049E4c4637
Octal260334742401111611410667
Binary10110000110111001111001010001001001111010011001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DC3C; }

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

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

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

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

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

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

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

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