#B0DA61

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

Shades of Conifer #B0DA61

Tints of Conifer #B0DA61

Color information

#B0DA61 (or 0xB0DA61) is unknown color: approx Conifer. HEX triplet: B0, DA and 61. RGB value is (176,218,97). Sum of RGB (Red+Green+Blue) = 176+218+97=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA61 is #4F259E. Grayscale: #C0C0C0. Windows color (decimal): -5186975 or 6412976. OLE color: 6412976.

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

Color convert

RGB17621897-
CMYK0.1900.560.15
HSL80.83º62.05%61.76%-
HSV(B)80.83º55.5%85.49%-
XYZ45.1360.2420.56-
YUV191.6574.59116.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 218 (85.55% from 255) = 44.40%
BLUE value IS 97 (38.28% from 255) = 19.76%
R=35.85%
G=44.40%
B=19.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176218970.1900.560.1580.8362.0561.76
HexB0DA6113038F513e3e
Octal26033214123070171217676
Binary1011000011011010110000110011011100011111010001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA61; }

 p { color: rgb(176,218,97); }

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

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

 a { background-color: rgb(176,218,97); }

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

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

 span { border-color: rgb(176,218,97); }

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