#B1D341

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

Shades of Conifer #B1D341

Tints of Conifer #B1D341

Color information

#B1D341 (or 0xB1D341) is unknown color: approx Conifer. HEX triplet: B1, D3 and 41. RGB value is (177,211,65). Sum of RGB (Red+Green+Blue) = 177+211+65=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D341 is #4E2CBE. Grayscale: #B8B8B8. Windows color (decimal): -5123263 or 4314033. OLE color: 4314033.

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

Color convert

RGB17721165-
CMYK0.1600.690.17
HSL73.97º62.39%54.12%-
HSV(B)73.97º69.19%82.75%-
XYZ42.3856.3213.64-
YUV184.1960.74122.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 211 (82.81% from 255) = 46.58%
BLUE value IS 65 (25.78% from 255) = 14.35%
R=39.07%
G=46.58%
B=14.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177211650.1600.690.1773.9762.3954.12
HexB1D34110045114a3e36
Octal261323101200105211127666
Binary101100011101001110000011000001000101100011001010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D341; }

 p { color: rgb(177,211,65); }

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

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

 a { background-color: rgb(177,211,65); }

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

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

 span { border-color: rgb(177,211,65); }

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