#B0E565

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

Shades of Conifer #B0E565

Tints of Conifer #B0E565

Color information

#B0E565 (or 0xB0E565) is unknown color: approx Conifer. HEX triplet: B0, E5 and 65. RGB value is (176,229,101). Sum of RGB (Red+Green+Blue) = 176+229+101=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E565 is #4F1A9A. Grayscale: #C7C7C7. Windows color (decimal): -5184155 or 6677936. OLE color: 6677936.

HSL color Cylindrical-coordinate representation of color #B0E565: hue angle of 84.84º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0E565 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB176229101-
CMYK0.2300.560.10
HSL84.84º71.11%64.71%-
HSV(B)84.84º55.9%89.8%-
XYZ48.2766.2122.55-
YUV198.5672.94111.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 229 (89.84% from 255) = 45.26%
BLUE value IS 101 (39.84% from 255) = 19.96%
R=34.78%
G=45.26%
B=19.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1762291010.2300.560.1084.8471.1164.71
HexB0E56517038A554741
Octal2603451452707012125107101
Binary101100001110010111001011011101110001010101010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E565; }

 p { color: rgb(176,229,101); }

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

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

 a { background-color: rgb(176,229,101); }

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

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

 span { border-color: rgb(176,229,101); }

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