#B0D564

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

Shades of Conifer #B0D564

Tints of Conifer #B0D564

Color information

#B0D564 (or 0xB0D564) is unknown color: approx Conifer. HEX triplet: B0, D5 and 64. RGB value is (176,213,100). Sum of RGB (Red+Green+Blue) = 176+213+100=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D564 is #4F2A9B. Grayscale: #BDBDBD. Windows color (decimal): -5188252 or 6608304. OLE color: 6608304.

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

Color convert

RGB176213100-
CMYK0.1700.530.16
HSL79.65º57.36%61.37%-
HSV(B)79.65º53.05%83.53%-
XYZ4457.7420.88-
YUV189.0577.74118.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 100 (39.45% from 255) = 20.45%
R=35.99%
G=43.56%
B=20.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762131000.1700.530.1679.6557.3661.37
HexB0D564110351050393d
Octal26032514421065201207175
Binary10110000110101011100100100010110101100001010000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D564; }

 p { color: rgb(176,213,100); }

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

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

 a { background-color: rgb(176,213,100); }

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

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

 span { border-color: rgb(176,213,100); }

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