#B6EA47

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

Shades of Conifer #B6EA47

Tints of Conifer #B6EA47

Color information

#B6EA47 (or 0xB6EA47) is unknown color: approx Conifer. HEX triplet: B6, EA and 47. RGB value is (182,234,71). Sum of RGB (Red+Green+Blue) = 182+234+71=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6EA47 is #4915B8. Grayscale: #C8C8C8. Windows color (decimal): -4789689 or 4713142. OLE color: 4713142.

HSL color Cylindrical-coordinate representation of color #B6EA47: hue angle of 79.14º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6EA47 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB18223471-
CMYK0.2200.700.08
HSL79.14º79.51%59.8%-
HSV(B)79.14º69.66%91.76%-
XYZ49.8569.2516.7-
YUV199.8755.27115.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 234 (91.80% from 255) = 48.05%
BLUE value IS 71 (28.12% from 255) = 14.58%
R=37.37%
G=48.05%
B=14.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal182234710.2200.700.0879.1479.5159.8
HexB6EA471604684f503c
Octal2663521072601061011712074
Binary101101101110101010001111011001000110100010011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EA47; }

 p { color: rgb(182,234,71); }

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

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

 a { background-color: rgb(182,234,71); }

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

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

 span { border-color: rgb(182,234,71); }

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