#B3DC5C

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

Shades of Conifer #B3DC5C

Tints of Conifer #B3DC5C

Color information

#B3DC5C (or 0xB3DC5C) is unknown color: approx Conifer. HEX triplet: B3, DC and 5C. RGB value is (179,220,92). Sum of RGB (Red+Green+Blue) = 179+220+92=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DC5C is #4C23A3. Grayscale: #C1C1C1. Windows color (decimal): -4989860 or 6085811. OLE color: 6085811.

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

Color convert

RGB17922092-
CMYK0.1900.580.14
HSL79.22º64.65%61.18%-
HSV(B)79.22º58.18%86.27%-
XYZ46.1261.5419.57-
YUV193.1570.92117.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 92 (36.33% from 255) = 18.74%
R=36.46%
G=44.81%
B=18.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179220920.1900.580.1479.2264.6561.18
HexB3DC5C1303AE4f413d
Octal263334134230721611710175
Binary10110011110111001011100100110111010111010011111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DC5C; }

 p { color: rgb(179,220,92); }

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

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

 a { background-color: rgb(179,220,92); }

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

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

 span { border-color: rgb(179,220,92); }

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