#B2D341

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

Shades of Conifer #B2D341

Tints of Conifer #B2D341

Color information

#B2D341 (or 0xB2D341) is unknown color: approx Conifer. HEX triplet: B2, D3 and 41. RGB value is (178,211,65). Sum of RGB (Red+Green+Blue) = 178+211+65=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D341 is #4D2CBE. Grayscale: #B9B9B9. Windows color (decimal): -5057727 or 4314034. OLE color: 4314034.

HSL color Cylindrical-coordinate representation of color #B2D341: hue angle of 73.56º 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 #B2D341 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB17821165-
CMYK0.1600.690.17
HSL73.56º62.39%54.12%-
HSV(B)73.56º69.19%82.75%-
XYZ42.6156.4413.65-
YUV184.4960.57123.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.21%
GREEN value IS 211 (82.81% from 255) = 46.48%
BLUE value IS 65 (25.78% from 255) = 14.32%
R=39.21%
G=46.48%
B=14.32%

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
Decimal178211650.1600.690.1773.5662.3954.12
HexB2D34110045114a3e36
Octal262323101200105211127666
Binary101100101101001110000011000001000101100011001010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D341; }

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

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

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

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

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

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

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

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