#B9F065

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

Shades of Conifer #B9F065

Tints of Conifer #B9F065

Color information

#B9F065 (or 0xB9F065) is unknown color: approx Conifer. HEX triplet: B9, F0 and 65. RGB value is (185,240,101). Sum of RGB (Red+Green+Blue) = 185+240+101=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F065 is #460F9A. Grayscale: #D0D0D0. Windows color (decimal): -4591515 or 6680761. OLE color: 6680761.

HSL color Cylindrical-coordinate representation of color #B9F065: hue angle of 83.74º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9F065 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB185240101-
CMYK0.2300.580.06
HSL83.74º82.25%66.86%-
HSV(B)83.74º57.92%94.12%-
XYZ53.5273.5723.69-
YUV207.7167.78111.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 240 (94.14% from 255) = 45.63%
BLUE value IS 101 (39.84% from 255) = 19.20%
R=35.17%
G=45.63%
B=19.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852401010.2300.580.0683.7482.2566.86
HexB9F0651703A6545243
Octal271360145270726124122103
Binary10111001111100001100101101110111010110101010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F065; }

 p { color: rgb(185,240,101); }

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

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

 a { background-color: rgb(185,240,101); }

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

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

 span { border-color: rgb(185,240,101); }

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