#B0F953

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

Shades of Conifer #B0F953

Tints of Conifer #B0F953

Color information

#B0F953 (or 0xB0F953) is unknown color: approx Conifer. HEX triplet: B0, F9 and 53. RGB value is (176,249,83). Sum of RGB (Red+Green+Blue) = 176+249+83=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F953 is #4F06AC. Grayscale: #D0D0D0. Windows color (decimal): -5179053 or 5503408. OLE color: 5503408.

HSL color Cylindrical-coordinate representation of color #B0F953: hue angle of 86.39º 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 #B0F953 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB17624983-
CMYK0.2900.670.02
HSL86.39º93.26%65.1%-
HSV(B)86.39º66.67%97.65%-
XYZ53.3477.6120.35-
YUV208.2557.32105-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 249 (97.66% from 255) = 49.02%
BLUE value IS 83 (32.81% from 255) = 16.34%
R=34.65%
G=49.02%
B=16.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176249830.2900.670.0286.3993.2665.1
HexB0F9531D0432565d41
Octal2603711233501032126135101
Binary10110000111110011010011111010100001110101011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F953; }

 p { color: rgb(176,249,83); }

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

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

 a { background-color: rgb(176,249,83); }

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

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

 span { border-color: rgb(176,249,83); }

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