#B6EA62

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

Shades of Conifer #B6EA62

Tints of Conifer #B6EA62

Color information

#B6EA62 (or 0xB6EA62) is unknown color: approx Conifer. HEX triplet: B6, EA and 62. RGB value is (182,234,98). Sum of RGB (Red+Green+Blue) = 182+234+98=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6EA62 is #49159D. Grayscale: #CBCBCB. Windows color (decimal): -4789662 or 6482614. OLE color: 6482614.

HSL color Cylindrical-coordinate representation of color #B6EA62: hue angle of 82.94º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6EA62 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB18223498-
CMYK0.2200.580.08
HSL82.94º76.4%65.1%-
HSV(B)82.94º58.12%91.76%-
XYZ50.9269.6722.32-
YUV202.9568.77113.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.41%
GREEN value IS 234 (91.80% from 255) = 45.53%
BLUE value IS 98 (38.67% from 255) = 19.07%
R=35.41%
G=45.53%
B=19.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal182234980.2200.580.0882.9476.465.1
HexB6EA621603A8534c41
Octal2663521422607210123114101
Binary101101101110101011000101011001110101000101001110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EA62; }

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

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

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

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

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

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

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

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