#B3D545

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

Shades of Conifer #B3D545

Tints of Conifer #B3D545

Color information

#B3D545 (or 0xB3D545) is unknown color: approx Conifer. HEX triplet: B3, D5 and 45. RGB value is (179,213,69). Sum of RGB (Red+Green+Blue) = 179+213+69=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D545 is #4C2ABA. Grayscale: #BABABA. Windows color (decimal): -4991675 or 4576691. OLE color: 4576691.

HSL color Cylindrical-coordinate representation of color #B3D545: hue angle of 74.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3D545 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB17921369-
CMYK0.1600.680.16
HSL74.17º63.16%55.29%-
HSV(B)74.17º67.61%83.53%-
XYZ43.4657.614.46-
YUV186.4261.74122.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 213 (83.59% from 255) = 46.20%
BLUE value IS 69 (27.34% from 255) = 14.97%
R=38.83%
G=46.20%
B=14.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal179213690.1600.680.1674.1763.1655.29
HexB3D54510044104a3f37
Octal263325105200104201127767
Binary101100111101010110001011000001000100100001001010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D545; }

 p { color: rgb(179,213,69); }

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

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

 a { background-color: rgb(179,213,69); }

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

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

 span { border-color: rgb(179,213,69); }

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