#B6F95A

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

Shades of Conifer #B6F95A

Tints of Conifer #B6F95A

Color information

#B6F95A (or 0xB6F95A) is unknown color: approx Conifer. HEX triplet: B6, F9 and 5A. RGB value is (182,249,90). Sum of RGB (Red+Green+Blue) = 182+249+90=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F95A is #4906A5. Grayscale: #D3D3D3. Windows color (decimal): -4785830 or 5962166. OLE color: 5962166.

HSL color Cylindrical-coordinate representation of color #B6F95A: hue angle of 85.28º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6F95A is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB18224990-
CMYK0.2700.640.02
HSL85.28º92.98%66.47%-
HSV(B)85.28º63.86%97.65%-
XYZ55.0178.4321.91-
YUV210.8459.8107.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 249 (97.66% from 255) = 47.79%
BLUE value IS 90 (35.55% from 255) = 17.27%
R=34.93%
G=47.79%
B=17.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182249900.2700.640.0285.2892.9866.47
HexB6F95A1B0402555d42
Octal2663711323301002125135102
Binary10110110111110011011010110110100000010101010110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F95A; }

 p { color: rgb(182,249,90); }

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

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

 a { background-color: rgb(182,249,90); }

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

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

 span { border-color: rgb(182,249,90); }

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