#B0E568

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

Shades of Conifer #B0E568

Tints of Conifer #B0E568

Color information

#B0E568 (or 0xB0E568) is unknown color: approx Conifer. HEX triplet: B0, E5 and 68. RGB value is (176,229,104). Sum of RGB (Red+Green+Blue) = 176+229+104=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E568 is #4F1A97. Grayscale: #C7C7C7. Windows color (decimal): -5184152 or 6874544. OLE color: 6874544.

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

Color convert

RGB176229104-
CMYK0.2300.550.10
HSL85.44º70.62%65.29%-
HSV(B)85.44º54.59%89.8%-
XYZ48.4266.2723.34-
YUV198.974.44111.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 229 (89.84% from 255) = 44.99%
BLUE value IS 104 (41.02% from 255) = 20.43%
R=34.58%
G=44.99%
B=20.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1762291040.2300.550.1085.4470.6265.29
HexB0E56817037A554741
Octal2603451502706712125107101
Binary101100001110010111010001011101101111010101010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E568; }

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

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

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

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

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

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

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

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