#B1DA64

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

Shades of Conifer #B1DA64

Tints of Conifer #B1DA64

Color information

#B1DA64 (or 0xB1DA64) is unknown color: approx Conifer. HEX triplet: B1, DA and 64. RGB value is (177,218,100). Sum of RGB (Red+Green+Blue) = 177+218+100=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DA64 is #4E259B. Grayscale: #C0C0C0. Windows color (decimal): -5121436 or 6609585. OLE color: 6609585.

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

Color convert

RGB177218100-
CMYK0.1900.540.15
HSL80.85º61.46%62.35%-
HSV(B)80.85º54.13%85.49%-
XYZ45.560.4121.32-
YUV192.2975.92117.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 218 (85.55% from 255) = 44.04%
BLUE value IS 100 (39.45% from 255) = 20.20%
R=35.76%
G=44.04%
B=20.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772181000.1900.540.1580.8561.4662.35
HexB1DA6413036F513d3e
Octal26133214423066171217576
Binary1011000111011010110010010011011011011111010001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DA64; }

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

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

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

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

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

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

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

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