#B9F353

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

Shades of Conifer #B9F353

Tints of Conifer #B9F353

Color information

#B9F353 (or 0xB9F353) is unknown color: approx Conifer. HEX triplet: B9, F3 and 53. RGB value is (185,243,83). Sum of RGB (Red+Green+Blue) = 185+243+83=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F353 is #460CAC. Grayscale: #D0D0D0. Windows color (decimal): -4590765 or 5501881. OLE color: 5501881.

HSL color Cylindrical-coordinate representation of color #B9F353: hue angle of 81.75º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9F353 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB18524383-
CMYK0.2400.660.05
HSL81.75º86.96%63.92%-
HSV(B)81.75º65.84%95.29%-
XYZ53.6275.0419.84-
YUV207.4257.78112.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.20%
GREEN value IS 243 (95.31% from 255) = 47.55%
BLUE value IS 83 (32.81% from 255) = 16.24%
R=36.20%
G=47.55%
B=16.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185243830.2400.660.0581.7586.9663.92
HexB9F353180425525740
Octal2713631233001025122127100
Binary101110011111001110100111100001000010101101001010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F353; }

 p { color: rgb(185,243,83); }

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

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

 a { background-color: rgb(185,243,83); }

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

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

 span { border-color: rgb(185,243,83); }

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