#b2da57

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

Shades of Conifer #B2DA57

Tints of Conifer #B2DA57

Color information

#B2DA57 (or 0xB2DA57) is unknown color: approx Conifer. HEX triplet: B2, DA and 57. RGB value is (178,218,87). Sum of RGB (Red+Green+Blue) = 178+218+87=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA57 is #4D25A8. Grayscale: #BFBFBF. Windows color (decimal): -5055913 or 5757618. OLE color: 5757618.

HSL color Cylindrical-coordinate representation of color #B2DA57: hue angle of 78.32º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2DA57 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB17821887-
CMYK0.1800.600.15
HSL78.32º63.9%59.8%-
HSV(B)78.32º60.09%85.49%-
XYZ45.1560.318.28-
YUV191.1169.25118.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 218 (85.55% from 255) = 45.13%
BLUE value IS 87 (34.38% from 255) = 18.01%
R=36.85%
G=45.13%
B=18.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178218870.1800.600.1578.3263.959.8
HexB2DA571203CF4e403c
Octal262332127220741711610074
Binary10110010110110101010111100100111100111110011101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2da57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2da57; }

 p { color: rgb(178,218,87); }

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

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

 a { background-color: rgb(178,218,87); }

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

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

 span { border-color: rgb(178,218,87); }

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