#B2F965

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

Shades of Conifer #B2F965

Tints of Conifer #B2F965

Color information

#B2F965 (or 0xB2F965) is unknown color: approx Conifer. HEX triplet: B2, F9 and 65. RGB value is (178,249,101). Sum of RGB (Red+Green+Blue) = 178+249+101=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F965 is #4D069A. Grayscale: #D3D3D3. Windows color (decimal): -5047963 or 6683058. OLE color: 6683058.

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

Color convert

RGB178249101-
CMYK0.2900.590.02
HSL88.78º92.5%68.63%-
HSV(B)88.78º59.44%97.65%-
XYZ54.5878.1624.52-
YUV210.965.98104.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 249 (97.66% from 255) = 47.16%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=33.71%
G=47.16%
B=19.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782491010.2900.590.0288.7892.568.63
HexB2F9651D03B2595c45
Octal262371145350732131134105
Binary1011001011111001110010111101011101110101100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F965; }

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

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

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

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

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

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

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

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