#B5DA5E

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

Shades of Conifer #B5DA5E

Tints of Conifer #B5DA5E

Color information

#B5DA5E (or 0xB5DA5E) is unknown color: approx Conifer. HEX triplet: B5, DA and 5E. RGB value is (181,218,94). Sum of RGB (Red+Green+Blue) = 181+218+94=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DA5E is #4A25A1. Grayscale: #C1C1C1. Windows color (decimal): -4859298 or 6216373. OLE color: 6216373.

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

Color convert

RGB18121894-
CMYK0.1700.570.15
HSL77.9º62.63%61.18%-
HSV(B)77.9º56.88%85.49%-
XYZ46.1560.7719.89-
YUV192.872.24119.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 218 (85.55% from 255) = 44.22%
BLUE value IS 94 (37.11% from 255) = 19.07%
R=36.71%
G=44.22%
B=19.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181218940.1700.570.1577.962.6361.18
HexB5DA5E11039F4e3f3d
Octal26533213621071171167775
Binary1011010111011010101111010001011100111111001110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DA5E; }

 p { color: rgb(181,218,94); }

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

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

 a { background-color: rgb(181,218,94); }

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

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

 span { border-color: rgb(181,218,94); }

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