#B3D241

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

Shades of Conifer #B3D241

Tints of Conifer #B3D241

Color information

#B3D241 (or 0xB3D241) is unknown color: approx Conifer. HEX triplet: B3, D2 and 41. RGB value is (179,210,65). Sum of RGB (Red+Green+Blue) = 179+210+65=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D241 is #4C2DBE. Grayscale: #B8B8B8. Windows color (decimal): -4992447 or 4313779. OLE color: 4313779.

HSL color Cylindrical-coordinate representation of color #B3D241: hue angle of 72.83º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3D241 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB17921065-
CMYK0.1500.690.18
HSL72.83º61.7%53.92%-
HSV(B)72.83º69.05%82.35%-
XYZ42.5956.0613.58-
YUV184.260.73124.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 210 (82.42% from 255) = 46.26%
BLUE value IS 65 (25.78% from 255) = 14.32%
R=39.43%
G=46.26%
B=14.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179210650.1500.690.1872.8361.753.92
HexB3D241F04512493e36
Octal263322101170105221117666
Binary10110011110100101000001111101000101100101001001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D241; }

 p { color: rgb(179,210,65); }

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

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

 a { background-color: rgb(179,210,65); }

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

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

 span { border-color: rgb(179,210,65); }

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