#B0E466

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

Shades of Conifer #B0E466

Tints of Conifer #B0E466

Color information

#B0E466 (or 0xB0E466) is unknown color: approx Conifer. HEX triplet: B0, E4 and 66. RGB value is (176,228,102). Sum of RGB (Red+Green+Blue) = 176+228+102=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E466 is #4F1B99. Grayscale: #C6C6C6. Windows color (decimal): -5184410 or 6743216. OLE color: 6743216.

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

Color convert

RGB176228102-
CMYK0.2300.550.11
HSL84.76º70%64.71%-
HSV(B)84.76º55.26%89.41%-
XYZ48.0565.6822.71-
YUV198.0973.77112.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 228 (89.45% from 255) = 45.06%
BLUE value IS 102 (40.23% from 255) = 20.16%
R=34.78%
G=45.06%
B=20.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762281020.2300.550.1184.767064.71
HexB0E46617037B554641
Octal2603441462706713125106101
Binary101100001110010011001101011101101111011101010110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E466; }

 p { color: rgb(176,228,102); }

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

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

 a { background-color: rgb(176,228,102); }

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

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

 span { border-color: rgb(176,228,102); }

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