#B2F963

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

Shades of Conifer #B2F963

Tints of Conifer #B2F963

Color information

#B2F963 (or 0xB2F963) is unknown color: approx Conifer. HEX triplet: B2, F9 and 63. RGB value is (178,249,99). Sum of RGB (Red+Green+Blue) = 178+249+99=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F963 is #4D069C. Grayscale: #D3D3D3. Windows color (decimal): -5047965 or 6551986. OLE color: 6551986.

HSL color Cylindrical-coordinate representation of color #B2F963: hue angle of 88.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2F963 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB17824999-
CMYK0.2900.600.02
HSL88.4º92.59%68.24%-
HSV(B)88.4º60.24%97.65%-
XYZ54.4978.1224.01-
YUV210.6764.98104.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 249 (97.66% from 255) = 47.34%
BLUE value IS 99 (39.06% from 255) = 18.82%
R=33.84%
G=47.34%
B=18.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178249990.2900.600.0288.492.5968.24
HexB2F9631D03C2585d44
Octal262371143350742130135104
Binary1011001011111001110001111101011110010101100010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F963; }

 p { color: rgb(178,249,99); }

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

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

 a { background-color: rgb(178,249,99); }

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

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

 span { border-color: rgb(178,249,99); }

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