#B1DA52

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

Shades of Conifer #B1DA52

Tints of Conifer #B1DA52

Color information

#B1DA52 (or 0xB1DA52) is unknown color: approx Conifer. HEX triplet: B1, DA and 52. RGB value is (177,218,82). Sum of RGB (Red+Green+Blue) = 177+218+82=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DA52 is #4E25AD. Grayscale: #BEBEBE. Windows color (decimal): -5121454 or 5429937. OLE color: 5429937.

HSL color Cylindrical-coordinate representation of color #B1DA52: hue angle of 78.09º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1DA52 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB17721882-
CMYK0.1900.620.15
HSL78.09º64.76%58.82%-
HSV(B)78.09º62.39%85.49%-
XYZ44.7360.117.23-
YUV190.2466.92118.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 218 (85.55% from 255) = 45.70%
BLUE value IS 82 (32.42% from 255) = 17.19%
R=37.11%
G=45.70%
B=17.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal177218820.1900.620.1578.0964.7658.82
HexB1DA521303EF4e413b
Octal261332122230761711610173
Binary10110001110110101010010100110111110111110011101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DA52; }

 p { color: rgb(177,218,82); }

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

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

 a { background-color: rgb(177,218,82); }

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

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

 span { border-color: rgb(177,218,82); }

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