#B6F952

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

Shades of Conifer #B6F952

Tints of Conifer #B6F952

Color information

#B6F952 (or 0xB6F952) is unknown color: approx Conifer. HEX triplet: B6, F9 and 52. RGB value is (182,249,82). Sum of RGB (Red+Green+Blue) = 182+249+82=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F952 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F952 is #4906AD. Grayscale: #D2D2D2. Windows color (decimal): -4785838 or 5437878. OLE color: 5437878.

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

Color convert

RGB18224982-
CMYK0.2700.670.02
HSL84.07º93.3%64.9%-
HSV(B)84.07º67.07%97.65%-
XYZ54.6978.3120.21-
YUV209.9355.8108.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 249 (97.66% from 255) = 48.54%
BLUE value IS 82 (32.42% from 255) = 15.98%
R=35.48%
G=48.54%
B=15.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182249820.2700.670.0284.0793.364.9
HexB6F9521B0432545d41
Octal2663711223301032124135101
Binary10110110111110011010010110110100001110101010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F952; }

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

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

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

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

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

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

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

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